Use a single file instead of segments for HLS
This commit is contained in:
parent
6ec0b75beb
commit
4c280004ce
16 changed files with 189 additions and 146 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue