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

Fix HLS audio only transcoding

This commit is contained in:
Chocobozzz 2020-05-05 16:27:46 +02:00
parent 7139845894
commit 1c32067367
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 3 additions and 1 deletions

View file

@ -92,6 +92,7 @@ async function onVideoFileOptimizerSuccess (videoArg: MVideoWithFile, payload: O
let videoPublished = false
// Generate HLS version of the max quality file
const hlsPayload = Object.assign({}, payload, { resolution: videoDatabase.getMaxQualityFile().resolution })
await createHlsJobIfEnabled(hlsPayload)