diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tools/test-live.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
66 | 66 | ||
67 | console.log('Sending RTMP stream.') | 67 | console.log('Sending RTMP stream.') |
68 | 68 | ||
69 | const ffmpegCommand = sendRTMPStream(live.rtmpUrl, live.streamKey) | 69 | const ffmpegCommand = sendRTMPStream({ rtmpBaseUrl: live.rtmpUrl, streamKey: live.streamKey }) |
70 | 70 | ||
71 | ffmpegCommand.on('error', err => { | 71 | ffmpegCommand.on('error', err => { |
72 | console.error(err) | 72 | console.error(err) |