Base app for streaming IP Cams to RTMP servers without transcoding.
Only cams with video stream encoded by h264 codec are supported.
Streams IP Cams to YouTube Live.
- Install snap:
sudo snap install youtube-live-streamer --edge
- Get
stream key
in YouTube Studio (https://studio.youtube.com/channel/UC/livestreaming) - Open config file for edit:
sudoedit /var/snap/youtube-live-streamer/common/live-streamer.conf
- Replace
source
value with desired RTSP URL - Uncomment
youtube-stream-key: "xxxx-xxxx-xxxx-xxxx-xxxx"
line by removing#
at the beginning and replacexxxx-xxxx-xxxx-xxxx-xxxx
with yourstream key
- Restart snap:
sudo snap restart youtube-live-streamer
- Look to the logs with
sudo snap logs youtube-live-streamer
orsudo snap logs youtube-live-streamer -f
- Install snap:
sudo snap install vk-video-streamer --edge
- Get
KEY
inhttps://vk.com/video
-> Live -> App - Open config file for edit:
sudoedit /var/snap/vk-video-streamer/common/vk-streamer.conf
- Replace
source
value with desired RTSP URL - Uncomment
key: "0000000000000_0000000000000_xxxxxxxxxx"
line by removing#
at the beginning and replace0000000000000_0000000000000_xxxxxxxxxx
withKEY
- Restart snap:
sudo snap restart vk-video-streamer
- Look to the logs with
sudo snap logs vk-video-streamer
orsudo snap logs vk-video-streamer -f
- It's possible to view/start/stop configured video streams on http://localhost:4080 page