Update majestic-streamer.md

pull/224/head
Signor Pellegrino 2023-11-02 13:05:14 +03:00 committed by GitHub
parent 215c915e8e
commit 7e33db591d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -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: