From f6d7b75063f95dd3636475013b1f16dfcc8eb89a Mon Sep 17 00:00:00 2001 From: Philippe Favre Date: Thu, 5 Sep 2024 21:19:33 +0200 Subject: [PATCH] Actualiser install_multistream_rtmp.sh --- install_multistream_rtmp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }