]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/create-transcoding-job.ts
Fix embed margin in share modal
[github/Chocobozzz/PeerTube.git] / scripts / create-transcoding-job.ts
index 95e1e66cfdf2307da2a8ef56527b5dc484b19268..c4b376431fff0cc6fecb66c446fd118af0013ea7 100755 (executable)
@@ -77,6 +77,8 @@ async function run () {
         type: 'new-resolution-to-webtorrent',
         videoUUID: video.uuid,
 
+        createHLSIfNeeded: true,
+
         // FIXME: check the file has audio
         hasAudio: true,