소스 검색

Bring hls segments back into apple spec

tikuf 11 년 전
부모
커밋
5299727502
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Api/Playback/Hls/VideoHlsService.cs

+ 1 - 1
MediaBrowser.Api/Playback/Hls/VideoHlsService.cs

@@ -129,7 +129,7 @@ namespace MediaBrowser.Api.Playback.Hls
 
             if (bitrate.HasValue)
             {
-                args += string.Format(" -b:v {0} -maxrate ({0}*.85) -bufsize {0}", bitrate.Value.ToString(UsCulture));
+                args += string.Format(" -b:v {0} -maxrate ({0}*.80) -bufsize {0}", bitrate.Value.ToString(UsCulture));
             }
 
             // Add resolution params, if specified