diff options
| author | gnattu <gnattu@users.noreply.github.com> | 2020-01-12 13:22:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-12 13:22:20 -0500 |
| commit | ea075c1b4805cfabff58739fc4e3de7813a33298 (patch) | |
| tree | 8e23e17ec76a16dc1093baab362ba69b75660839 | |
| parent | d5204f572a1e1c377edfd14e680f438ac104e967 (diff) | |
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>
| -rw-r--r-- | MediaBrowser.Api/Playback/UniversalAudioService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/UniversalAudioService.cs b/MediaBrowser.Api/Playback/UniversalAudioService.cs index c9d29f8ef..625ea9ac1 100644 --- a/MediaBrowser.Api/Playback/UniversalAudioService.cs +++ b/MediaBrowser.Api/Playback/UniversalAudioService.cs @@ -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 |
