From 0f11ec8dd32b50897c18588db948e96cf0fc2c70 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 1 Feb 2022 11:16:45 +0100 Subject: Prevent HLS transcoding after webtorrent transcoding --- scripts/create-transcoding-job.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/create-transcoding-job.ts') diff --git a/scripts/create-transcoding-job.ts b/scripts/create-transcoding-job.ts index 95e1e66cf..c4b376431 100755 --- a/scripts/create-transcoding-job.ts +++ b/scripts/create-transcoding-job.ts @@ -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, -- cgit v1.2.3