Browse Source

update bitrate detection

Luke Pulverenti 9 năm trước cách đây
mục cha
commit
74c1e8e12a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      MediaBrowser.Model/Configuration/ServerConfiguration.cs

+ 1 - 1
MediaBrowser.Model/Configuration/ServerConfiguration.cs

@@ -274,7 +274,7 @@ namespace MediaBrowser.Model.Configuration
             PeopleMetadataOptions = new PeopleMetadataOptions();
 
             EnableVideoFrameAnalysis = true;
-            VideoFrameAnalysisLimitBytes = 600000000;
+            VideoFrameAnalysisLimitBytes = 800000000;
 
             InsecureApps9 = new[]
             {