diff options
| author | tikuf <admin@nyalindee.com> | 2013-12-15 18:25:33 +1100 |
|---|---|---|
| committer | tikuf <admin@nyalindee.com> | 2013-12-15 18:25:33 +1100 |
| commit | 52997275020e0e656f09f8a4b5d270c57ba8596e (patch) | |
| tree | 008ac1429da2b5c0454964cd3e5ddc2b56216a9f | |
| parent | 7550d97f67b8bdadbf465e23017630a621e8b1d1 (diff) | |
Bring hls segments back into apple spec
| -rw-r--r-- | MediaBrowser.Api/Playback/Hls/VideoHlsService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs b/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs index fe863c862..9d335d2d3 100644 --- a/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs +++ b/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 |
