Browse Source

Swap aac encoders (again)

tikuf 11 năm trước cách đây
mục cha
commit
ec34eb2376
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 1 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -528,7 +528,7 @@ namespace MediaBrowser.Api.Playback
             {
                 if (codec == AudioCodecs.Aac)
                 {
-                    return "libvo_aacenc";
+                    return "aac -strict experimental";
                 }
                 if (codec == AudioCodecs.Mp3)
                 {