Browse Source

Merge pull request #1921 from MediaBrowser/beta

Beta
Luke 9 năm trước cách đây
mục cha
commit
3407b5a340

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

@@ -341,7 +341,7 @@ namespace MediaBrowser.Api.Playback
             // h264 (h264_nvenc)
             // h264 (h264_nvenc)
             else if (string.Equals(videoCodec, "h264_nvenc", StringComparison.OrdinalIgnoreCase))
             else if (string.Equals(videoCodec, "h264_nvenc", StringComparison.OrdinalIgnoreCase))
             {
             {
-                param = "-preset high-performance";
+                param = "-preset default";
             }
             }
 
 
             // webm
             // webm