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:
parent
3e8c3fcdb0
commit
0f11ec8dd3
6 changed files with 42 additions and 9 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue