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 = Math.Round(framerate);
|
||||
|
||||
args += string.Format(" -r {0}", framerate);
|
||||
|
||||
// Needed to ensure segments stay under 10 seconds
|
||||
|
|
Loading…
Reference in New Issue
Block a user