Browse Source

update aac_latm input

Luke Pulverenti 8 years ago
parent
commit
3674d6dfa3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 4 - 0
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -2741,6 +2741,10 @@ namespace MediaBrowser.Api.Playback
             {
             {
                 return null;
                 return null;
             }
             }
+            if (string.Equals(codec, "aac_latm", StringComparison.OrdinalIgnoreCase))
+            {
+                return null;
+            }
 
 
             return codec;
             return codec;
         }
         }