Camera SV3C in Zoneminder

Forum for questions and support relating to the 1.29.x releases only.
Locked
Rothan
Posts: 1
Joined: Fri Dec 09, 2016 3:38 pm

Camera SV3C in Zoneminder

Post by Rothan »

I am trying to setup Zoneminder with the following camera

Camera
SV3C SV-B01-1080P-POE

Server version unRAIDServer-6.2.4-x86_64
Container Zoneminder-1_29 - https://github.com/aptalca/docker-zoneminder/tree/v1.29
Followed instructions for setting up ffmpeg.


I can connect to the camera with Monitor Client. SV3c software and with Xeoma no issues.
Tracked down that rtsp://admin: works for streaming in VLC.

I can't get a picture in Zoneminder at all been trying for a few days.

One Amazon.com review states they got it working in Zoneminder no problem.

Settings used
Source Type: ffmpeg
Source Path: rtsp://admin:


Any help would be appreciated.
rapture177
Posts: 2
Joined: Sat Dec 31, 2016 3:08 am

Re: Camera SV3C in Zoneminder

Post by rapture177 »

Did you figure this out? I'm having the exact same issue.
rapture177
Posts: 2
Joined: Sat Dec 31, 2016 3:08 am

Re: Camera SV3C in Zoneminder

Post by rapture177 »

I figured it out. Source type = ffmpeg. source path = rtsp://<username>:<userpass>@<IP>/11

I used this site https://www.ispyconnect.com/man.aspx?n=HD+IPC to find it. Just used the generator for the "1080p" model.

After I saved the first time, and open the monitor it doesn't load until I close and reopen the monitor. Weird.
Pure L
Posts: 16
Joined: Sat Dec 03, 2011 5:50 pm

Re: Camera SV3C in Zoneminder

Post by Pure L »

I did:
rtsp://<IP>:554/12

It's worth noting that I'm getting wicked smearing. Not sure what's that from.

EDIT:
Per this issue:
https://github.com/ZoneMinder/ZoneMinder/issues/323

... I'm trying this:
rtsp://<IP>:554/12?tcp

I just added '?tcp' to the query string and things seem somewhat better.
Fingers crossed...

EDIT AGAIN:
Doesn't really help. Damn.
SlowScan
Posts: 25
Joined: Tue Feb 28, 2017 11:47 pm

Re: Camera SV3C in Zoneminder

Post by SlowScan »

I used fixed IP and no authentication (cams can't reach Internet) so, rtsp://192.168.x.xx/11. Source Type set to Ffmpeg. Remote Method set to RTP/RTSP. Cam throttled to 5 fps at the cam. Maximum FPS set to 7 fps.

That particular cam is out of service at the moment pending relocation, but I had no smearing issues.
Locked