Camera stream not running
Posted: Thu Oct 26, 2023 4:08 pm
Hello!
I'm trying to run ZoneMinder on a Raspberry Pi400 with a Reolink RLC-842A camera. But no matter what I do, I cannot get ZoneMinder to show the camera as running.
The camera supports ONVIF, and when I use the probe function within ZM, it creates a setup that looks ok to me. The streaming URL is:
rtsp://user:pass@192.168.0.210:554/
I also tried rtsp://user:pass@192.168.0.210:554/h264Preview_01_main, which some websites suggest as the correct path. But it doesn't help either.
The source type is auto-set to ffmpeg but when I use "Remote", it also doesn't work. Same goes for setting the method in the source tab (TCP, UDP, UDP Multicast, HTTP)
I can use IP CENTCOM on a Windows machine to display the stream. I can use Frigate inside a docker container on the Pi400 to display the stream.
It's just ZoneMinder which refuses to actually connect to the camera. What am I doing wrong?
Raspberry PiOS (Debian Bookworm)
ZoneMinder 1.36.33 (from Debian packages)
Camera firmware 3.1.0.1643_22122317
I'm trying to run ZoneMinder on a Raspberry Pi400 with a Reolink RLC-842A camera. But no matter what I do, I cannot get ZoneMinder to show the camera as running.
The camera supports ONVIF, and when I use the probe function within ZM, it creates a setup that looks ok to me. The streaming URL is:
rtsp://user:pass@192.168.0.210:554/
I also tried rtsp://user:pass@192.168.0.210:554/h264Preview_01_main, which some websites suggest as the correct path. But it doesn't help either.
The source type is auto-set to ffmpeg but when I use "Remote", it also doesn't work. Same goes for setting the method in the source tab (TCP, UDP, UDP Multicast, HTTP)
I can use IP CENTCOM on a Windows machine to display the stream. I can use Frigate inside a docker container on the Pi400 to display the stream.
Code: Select all
# grep path /opt/frigate/config.yml
- path: rtsp://admin:admin1234@192.168.0.210:554/ #The Stream you want to monitor
Raspberry PiOS (Debian Bookworm)
ZoneMinder 1.36.33 (from Debian packages)
Camera firmware 3.1.0.1643_22122317