2
0
Luke Pulverenti 8 жил өмнө
parent
commit
e5d5c67041

+ 1 - 0
MediaBrowser.Model/Configuration/EncodingOptions.cs

@@ -18,6 +18,7 @@ namespace MediaBrowser.Model.Configuration
             EnableThrottling = true;
             ThrottleDelaySeconds = 180;
             EncodingThreadCount = -1;
+            VaapiDevice = "/dev/dri/card0";
         }
     }
 }