From 5a3d6ec4c09c2bf627a7e14cb812577b471b4c2a Mon Sep 17 00:00:00 2001
From: Signor Pellegrino <68112357+FlyRouter@users.noreply.github.com>
Date: Sun, 19 Nov 2023 22:04:09 +0300
Subject: [PATCH] Update majestic-streamer.md, update RTMP example

---
 en/majestic-streamer.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en/majestic-streamer.md b/en/majestic-streamer.md
index ec60165..24a33ba 100644
--- a/en/majestic-streamer.md
+++ b/en/majestic-streamer.md
@@ -71,7 +71,7 @@ To instantly launch a YouTube broadcast, run these commands in the console:
 cli -s .video0.codec h264
 cli -s .audio.enabled true
 cli -s .outgoing.enabled true
-cli -s .outgoing.server rtmp://upload.rutube.ru/live_push/you-key-here
+cli -s .outgoing.server rtmp://a.rtmp.youtube.com/live2/you-key-here
 reboot
 ```