From 7942e72e38bde7f9a8d890643530b1e618aad054 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 6 Aug 2021 14:39:28 +0200 Subject: Fix cli build --- server/tools/test-live.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tools/test-live.ts b/server/tools/test-live.ts index 50dc04438..27f2a4a92 100644 --- a/server/tools/test-live.ts +++ b/server/tools/test-live.ts @@ -66,7 +66,7 @@ async function run () { console.log('Sending RTMP stream.') - const ffmpegCommand = sendRTMPStream(live.rtmpUrl, live.streamKey) + const ffmpegCommand = sendRTMPStream({ rtmpBaseUrl: live.rtmpUrl, streamKey: live.streamKey }) ffmpegCommand.on('error', err => { console.error(err) -- cgit v1.2.3