Bring hls segments back into apple spec

pull/702/head
tikuf 11 years ago
parent 7550d97f67
commit 5299727502

@ -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

Loading…
Cancel
Save