Stream video from IP Cam to RTMP Server
Intended to help stream your IP Cam to RTMP Server.
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 rtmp-video-streamer --edge
- Open config file for edit:
sudoedit /var/snap/rtmp-video-streamer/common/rtmp-streamer.conf
- Replace
source
value with desired RTSP URL
- Replace
target
value with target RTMP server URL
- Restart snap:
sudo snap restart rtmp-video-streamer
Hints
Troubleshooting