mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-03 00:41:55 +01:00
round hls framerate
This commit is contained in:
@@ -143,6 +143,8 @@ namespace MediaBrowser.Api.Playback.Hls
|
||||
framerate = 23.976;
|
||||
}
|
||||
|
||||
framerate = Math.Round(framerate);
|
||||
|
||||
args += string.Format(" -r {0}", framerate);
|
||||
|
||||
// Needed to ensure segments stay under 10 seconds
|
||||
|
||||
Reference in New Issue
Block a user