diff options
Diffstat (limited to 'shared/extra-utils/videos/live.ts')
-rw-r--r-- | shared/extra-utils/videos/live.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/extra-utils/videos/live.ts b/shared/extra-utils/videos/live.ts index c8acb90da..266baaed3 100644 --- a/shared/extra-utils/videos/live.ts +++ b/shared/extra-utils/videos/live.ts | |||
@@ -69,6 +69,7 @@ function sendRTMPStream (rtmpBaseUrl: string, streamKey: string, fixtureName = ' | |||
69 | command.outputOption('-c:v libx264') | 69 | command.outputOption('-c:v libx264') |
70 | command.outputOption('-g 50') | 70 | command.outputOption('-g 50') |
71 | command.outputOption('-keyint_min 2') | 71 | command.outputOption('-keyint_min 2') |
72 | command.outputOption('-r 60') | ||
72 | command.outputOption('-f flv') | 73 | command.outputOption('-f flv') |
73 | 74 | ||
74 | const rtmpUrl = rtmpBaseUrl + '/' + streamKey | 75 | const rtmpUrl = rtmpBaseUrl + '/' + streamKey |