Browse Source

update wmv param

Luke Pulverenti 11 năm trước cách đây
mục cha
commit
297e5efead
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

@@ -313,7 +313,7 @@ namespace MediaBrowser.Api.Playback
             // asf/wmv
             if (videoCodec.Equals("wmv2", StringComparison.OrdinalIgnoreCase))
             {
-                return "-g 100 -qmax 15";
+                return "-qmin 2";
             }
 
             if (videoCodec.Equals("libx264", StringComparison.OrdinalIgnoreCase))