]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/video.ts
Prevent HLS transcoding after webtorrent transcoding
[github/Chocobozzz/PeerTube.git] / server / lib / video.ts
index e5af028ea93fff653f2fc26a65fba017f1667fc2..2690f953d9a54a6886dbbf88febeb959e1e64048 100644 (file)
@@ -89,6 +89,7 @@ async function addOptimizeOrMergeAudioJob (video: MVideoUUID, videoFile: MVideoF
       type: 'merge-audio-to-webtorrent',
       resolution: DEFAULT_AUDIO_RESOLUTION,
       videoUUID: video.uuid,
+      createHLSIfNeeded: true,
       isNewVideo: true
     }
   } else {