1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Prevent HLS transcoding after webtorrent transcoding

This commit is contained in:
Chocobozzz 2022-02-01 11:16:45 +01:00
parent 3e8c3fcdb0
commit 0f11ec8dd3
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 42 additions and 9 deletions

View file

@ -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,