mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 07:22:56 +02:00
Add reminder to remove the workaround
This will be no longer needed when ffmpeg is ready Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
parent
d5204f572a
commit
ea075c1b48
1 changed files with 1 additions and 0 deletions
|
|
@ -301,6 +301,7 @@ namespace MediaBrowser.Api.Playback
|
|||
var transcodingProfile = deviceProfile.TranscodingProfiles[0];
|
||||
|
||||
// hls segment container can only be mpegts or fmp4 per ffmpeg documentation
|
||||
// TODO: remove this when we switch back to the segment muxer
|
||||
var supportedHLSContainers = new string[] { "mpegts", "fmp4" };
|
||||
|
||||
var newRequest = new GetMasterHlsAudioPlaylist
|
||||
|
|
|
|||
Loading…
Reference in a new issue