]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/test-live.ts
Use postgres 10 for tests
[github/Chocobozzz/PeerTube.git] / server / tools / test-live.ts
index 50dc04438f5764f402ed8a383cdb3139afbd5397..27f2a4a92a204fbc9ce7b9041e51f1be105f7d36 100644 (file)
@@ -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)