mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-06 06:36:25 +00:00
Fix recommended typo (#431)
This commit is contained in:
@@ -246,7 +246,7 @@ func (ts *Stream) run(start int32) error {
|
||||
args = append(args,
|
||||
"-f", "segment",
|
||||
// needed for rounding issues when forcing keyframes
|
||||
// recommanded value is 1/(2*frame_rate), which for a 24fps is ~0.021
|
||||
// recommended value is 1/(2*frame_rate), which for a 24fps is ~0.021
|
||||
// we take a little bit more than that to be extra safe but too much can be harmfull
|
||||
// when segments are short (can make the video repeat itself)
|
||||
"-segment_time_delta", "0.05",
|
||||
|
||||
Reference in New Issue
Block a user