소스 검색

update bitrate detection

Luke Pulverenti 9 년 전
부모
커밋
74c1e8e12a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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[]
             {