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:
parent
7139845894
commit
1c32067367
3 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue