diff --git a/install_multistream_rtmp.sh b/install_multistream_rtmp.sh index 0432481..0b246d6 100644 --- a/install_multistream_rtmp.sh +++ b/install_multistream_rtmp.sh @@ -64,11 +64,11 @@ rtmp { push rtmp://a.rtmp.youtube.com/live2/${YOUTUBE_KEY}; # Stream locally - push rtmp://127.0.0.1/test; + push rtmp://127.0.0.1/live; } # Application for local testing - application test { + application live { live on; record off; }