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 keyin 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
sourcevalue with desired RTSP URL - Uncomment
youtube-stream-key: "xxxx-xxxx-xxxx-xxxx-xxxx"line by removing#at the beginning and replacexxxx-xxxx-xxxx-xxxx-xxxxwith yourstream key - Restart snap:
sudo snap restart youtube-live-streamer
- Look to the logs with
sudo snap logs youtube-live-streamerorsudo snap logs youtube-live-streamer -f
- Install snap:
sudo snap install vk-video-streamer --edge - Get
KEYinhttps://vk.com/video-> Live -> App - Open config file for edit:
sudoedit /var/snap/vk-video-streamer/common/vk-streamer.conf - Replace
sourcevalue with desired RTSP URL - Uncomment
key: "0000000000000_0000000000000_xxxxxxxxxx"line by removing#at the beginning and replace0000000000000_0000000000000_xxxxxxxxxxwithKEY - Restart snap:
sudo snap restart vk-video-streamer
- Look to the logs with
sudo snap logs vk-video-streamerorsudo snap logs vk-video-streamer -f
- It's possible to view/start/stop configured video streams on http://localhost:4080 page