From 7e33db591d1871a5421c3015f30e63dd43317bf8 Mon Sep 17 00:00:00 2001 From: Signor Pellegrino <68112357+FlyRouter@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:05:14 +0300 Subject: [PATCH] Update majestic-streamer.md --- en/majestic-streamer.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/en/majestic-streamer.md b/en/majestic-streamer.md index f2591f4..45ddb6b 100644 --- a/en/majestic-streamer.md +++ b/en/majestic-streamer.md @@ -55,6 +55,29 @@ More info: The experiments continue... +### Broadcasts using RTMP + +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 +reboot +``` + +Examples of other addresses for different services: +- YouTube + - rtmp://a.rtmp.youtube.com/live2/---KEY--- +- Telegram + - rtmps://dc4-1.rtmp.t.me/s/---KEY--- +- RuTube + - rtmp://upload.rutube.ru/live_push/---KEY--- +- OK and VK + - rtmp://ovsu.mycdn.me/input/---KEY--- + +We ask that you add information about other popular services here, thank you. + ### How to convert YUV image to a more common image format Use `convert` command from ImageMagick software. Run it like this: