From 884d2c39ae23b44d0d037aaff0f66ad9ae0807ba Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 26 Nov 2020 11:29:50 +0100 Subject: Fix live FPS limit --- shared/extra-utils/videos/live.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/extra-utils/videos/live.ts') 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 = ' command.outputOption('-c:v libx264') command.outputOption('-g 50') command.outputOption('-keyint_min 2') + command.outputOption('-r 60') command.outputOption('-f flv') const rtmpUrl = rtmpBaseUrl + '/' + streamKey -- cgit v1.2.3