diff options
Diffstat (limited to 'shared/server-commands/videos')
-rw-r--r-- | shared/server-commands/videos/live.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/server-commands/videos/live.ts b/shared/server-commands/videos/live.ts index 578e6ede7..3b09d3ff8 100644 --- a/shared/server-commands/videos/live.ts +++ b/shared/server-commands/videos/live.ts | |||
@@ -21,8 +21,8 @@ function sendRTMPStream (options: { | |||
21 | command.outputOption('-c copy') | 21 | command.outputOption('-c copy') |
22 | } else { | 22 | } else { |
23 | command.outputOption('-c:v libx264') | 23 | command.outputOption('-c:v libx264') |
24 | command.outputOption('-g 50') | 24 | command.outputOption('-g 120') |
25 | command.outputOption('-keyint_min 2') | 25 | command.outputOption('-x264-params "no-scenecut=1"') |
26 | command.outputOption('-r 60') | 26 | command.outputOption('-r 60') |
27 | } | 27 | } |
28 | 28 | ||