mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Don't add live videos in redundancy
This commit is contained in:
parent
3cabf3532b
commit
9e2b2e76ba
5 changed files with 9 additions and 6 deletions
|
@ -174,8 +174,6 @@ async function generateHlsPlaylist (options: {
|
|||
}
|
||||
}
|
||||
|
||||
logger.debug('Will run transcode.', { transcodeOptions })
|
||||
|
||||
await transcode(transcodeOptions)
|
||||
|
||||
const playlistUrl = WEBSERVER.URL + VideoStreamingPlaylistModel.getHlsMasterPlaylistStaticPath(video.uuid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue