mirror of https://github.com/OpenIPC/wiki.git
Update majestic-streamer.md
parent
a3e204b517
commit
ace7063b8c
|
@ -117,6 +117,7 @@ To instantly launch a YouTube broadcast, run these commands in the console:
|
||||||
cli -s .video0.codec h264
|
cli -s .video0.codec h264
|
||||||
cli -s .audio.enabled true
|
cli -s .audio.enabled true
|
||||||
cli -s .outgoing.enabled true
|
cli -s .outgoing.enabled true
|
||||||
|
cli -s .outgoing.naluSize 1200
|
||||||
cli -s .outgoing.server rtmp://a.rtmp.youtube.com/live2/you-key-here
|
cli -s .outgoing.server rtmp://a.rtmp.youtube.com/live2/you-key-here
|
||||||
reboot
|
reboot
|
||||||
```
|
```
|
||||||
|
@ -131,6 +132,8 @@ Examples of other addresses for different services:
|
||||||
- OK and VK
|
- OK and VK
|
||||||
- rtmp://ovsu.mycdn.me/input/---KEY---
|
- rtmp://ovsu.mycdn.me/input/---KEY---
|
||||||
|
|
||||||
|
Important ! Many RTMP services will only work if audio streaming is enabled, so be careful.
|
||||||
|
|
||||||
We ask that you add information about other popular services here, thank you.
|
We ask that you add information about other popular services here, thank you.
|
||||||
|
|
||||||
RTMP reconnection and timeout logic works as follows:
|
RTMP reconnection and timeout logic works as follows:
|
||||||
|
|
Loading…
Reference in New Issue