Use a single file instead of segments for HLS

This commit is contained in:
Chocobozzz 2019-02-07 15:08:19 +01:00 committed by Chocobozzz
parent 6ec0b75beb
commit 4c280004ce
16 changed files with 189 additions and 146 deletions

View file

@ -100,7 +100,10 @@ async function generateHlsPlaylist (video: VideoModel, resolution: VideoResoluti
outputPath,
resolution,
isPortraitMode,
generateHlsPlaylist: true
hlsPlaylist: {
videoFilename: VideoStreamingPlaylistModel.getHlsVideoName(video.uuid, resolution)
}
}
await transcode(transcodeOptions)