mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-22 02:58:03 +00:00
Bring hls segments back into apple spec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user