diff options
author | Chocobozzz <me@florianbigard.com> | 2022-12-09 11:14:47 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-12-12 13:36:23 +0100 |
commit | 2732eeff9e6994582293b5aaa0cb158b7e272e9e (patch) | |
tree | 417d30cf470cd1db84e06c5dbd1b5429d4b99bc1 /shared/server-commands/videos | |
parent | c7c5f8d0f17b0ab598fbe237f11639c6de28110c (diff) | |
download | PeerTube-2732eeff9e6994582293b5aaa0cb158b7e272e9e.tar.gz PeerTube-2732eeff9e6994582293b5aaa0cb158b7e272e9e.tar.zst PeerTube-2732eeff9e6994582293b5aaa0cb158b7e272e9e.zip |
Fix CI using 127.0.0.1 for tests
Diffstat (limited to 'shared/server-commands/videos')
-rw-r--r-- | shared/server-commands/videos/live.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/server-commands/videos/live.ts b/shared/server-commands/videos/live.ts index ee7444b64..578e6ede7 100644 --- a/shared/server-commands/videos/live.ts +++ b/shared/server-commands/videos/live.ts | |||
@@ -39,6 +39,7 @@ function sendRTMPStream (options: { | |||
39 | 39 | ||
40 | if (process.env.DEBUG) { | 40 | if (process.env.DEBUG) { |
41 | command.on('stderr', data => console.log(data)) | 41 | command.on('stderr', data => console.log(data)) |
42 | command.on('stdout', data => console.log(data)) | ||
42 | } | 43 | } |
43 | 44 | ||
44 | command.run() | 45 | command.run() |