diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-07-03 20:27:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-03 20:27:25 -0400 |
| commit | e50ce1dfbd6ee24f68c66b303ea369ddb317f3fb (patch) | |
| tree | 77222b0ae6da6490e98afde7b97fbcfd902c92d6 | |
| parent | bb90157b0723395b0e3cda20d04c42ff2970a07b (diff) | |
| parent | 6e1ba4e3cc88868304bf8c08baefb70b79c8838d (diff) | |
Merge pull request #1920 from MediaBrowser/dev
Dev
| -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 89e62ed9b..27b675294 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -341,7 +341,7 @@ namespace MediaBrowser.Api.Playback // h264 (h264_nvenc) else if (string.Equals(videoCodec, "h264_nvenc", StringComparison.OrdinalIgnoreCase)) { - param = "-preset high-performance"; + param = "-preset default"; } // webm |
