diff options
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 67f06c792..5f6047e0d 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/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)) |
