Stream video from IP Cam to VK Video
Intended to help stream your IP Cam to VK Video.
Note: only cams with h264 codec are supported at the moment
Getting started
- [RaspberryPi + Raspbian/Raspberry Pi OS] Update
snapd
to the latest available version according to https://forum.snapcraft.io/t/installing-snap-on-debian
- Install snap:
sudo snap install vk-video-streamer --edge
- Get
KEY
in https://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 replace 0000000000000_0000000000000_xxxxxxxxxx
with KEY
- Restart snap:
sudo snap restart vk-video-streamer
Troubleshooting