瀏覽代碼

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>

gnattu 5 年之前
父節點
當前提交
ea075c1b48
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      MediaBrowser.Api/Playback/UniversalAudioService.cs

+ 1 - 0
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