mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 10:44:23 -04:00
round hls framerate
This commit is contained in:
parent
dcdc0bda28
commit
0a7abd58c8
@ -143,6 +143,8 @@ namespace MediaBrowser.Api.Playback.Hls
|
|||||||
framerate = 23.976;
|
framerate = 23.976;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
framerate = Math.Round(framerate);
|
||||||
|
|
||||||
args += string.Format(" -r {0}", framerate);
|
args += string.Format(" -r {0}", framerate);
|
||||||
|
|
||||||
// Needed to ensure segments stay under 10 seconds
|
// Needed to ensure segments stay under 10 seconds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user