1
0
Fork 0
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:
Chocobozzz 2020-11-06 14:33:31 +01:00 committed by Chocobozzz
parent 3cabf3532b
commit 9e2b2e76ba
5 changed files with 9 additions and 6 deletions

View file

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