1.37.57: Unable to connect IP camera as monitor
1.37.57: Unable to connect IP camera as monitor
I am able to ping the camera from the host connected directly to the
camera.
I first attempted to use the "Scan network" button, and exactly ONCE
the camera showed up on the list of monitors. But clicking on "add
monitor" didn't do it. And never since (repeatedly restarting ZM,
reconnecting the camera, ...) has it shown up via the scan.
I've also tried providing the camera IP, name and PW then hitting the
"add button" but that also has no effect.
(Using `tail -f to monitor) None of the ZM log files generate messages.
Looking at the mysql database, the Monitors table remains empty.
What other debugging tricks can I use?
camera.
I first attempted to use the "Scan network" button, and exactly ONCE
the camera showed up on the list of monitors. But clicking on "add
monitor" didn't do it. And never since (repeatedly restarting ZM,
reconnecting the camera, ...) has it shown up via the scan.
I've also tried providing the camera IP, name and PW then hitting the
"add button" but that also has no effect.
(Using `tail -f to monitor) None of the ZM log files generate messages.
Looking at the mysql database, the Monitors table remains empty.
What other debugging tricks can I use?
-
- Posts: 1320
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: 1.37.57: Unable to connect IP camera as monitor
The scan function seems to need work...
Hit Add first, set fields, then Save. Pressing Save on any page saves all the pages, if the info appears sufficient.I've also tried providing the camera IP, name and PW then hitting the
"add button" but that also has no effect.
Re: 1.37.57: Unable to connect IP camera as monitor
Hi Doug, thanks for your reply. Tried again and... Good news/bad news:
The good news is that now for the second time a Scan DID show the camera.
(Why would the camera only show up on SOME scans?!)
But the bad news is that clicking the found monitor's ADD button
results in the same behavior as clicking ADD to start a manual add:
I get this odd "No url in button" message clicking either?
See attached screen shot, showing both the good and bad(:.
The good news is that now for the second time a Scan DID show the camera.
(Why would the camera only show up on SOME scans?!)
But the bad news is that clicking the found monitor's ADD button
results in the same behavior as clicking ADD to start a manual add:
I get this odd "No url in button" message clicking either?
See attached screen shot, showing both the good and bad(:.
- Attachments
-
- zm-window-240408.png (80.99 KiB) Viewed 3701 times
Re: 1.37.57: Unable to connect IP camera as monitor
Since the "no url in button" message sounded browser-related, I just tried it with chromium (vs firefox), but i get the same error there.
Re: 1.37.57: Unable to connect IP camera as monitor
It means that we don't recognize the make/model of the camera and hence don't know what to do with it. You should try the onvif probe.
Re: 1.37.57: Unable to connect IP camera as monitor
Still can't get my camera to connect to ZM, but perhaps a bit closer:
i'm following these [Reolink camera suggestions](https://wiki.zoneminder.com/Reolink#RLC-810A) for my RLC-811A camera.
and this is how I used the reolink app to set the camera's server Pinging the camera still works.
nmap only shows port 9000 open
and also shows the RTSP port closed:
I'm now at least able to have the monitors listed in the console .
The first two monitors are using RTSP on the camera's sub and main streams, specified like this . I also tried the RTMP protocol but no better results using that.
the ZM monitors' logs shows 'Connection refused' for all streams.
As you suggested, I tried using onvif probing both via ZM and using `onvif-util`, but it also cannot see the camera:
other folks are able to make these reolink cameras work via RTSP; what am I doing wrong?!
(I also just found the ZM slack channel; do folks prefer that to this forum?)
i'm following these [Reolink camera suggestions](https://wiki.zoneminder.com/Reolink#RLC-810A) for my RLC-811A camera.
and this is how I used the reolink app to set the camera's server Pinging the camera still works.
nmap only shows port 9000 open
Code: Select all
nmap -p1-65535 10.0.0.12
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-04-11 15:59 PDT
Nmap scan report for 10.0.0.12
Host is up (0.0010s latency).
Not shown: 65534 closed tcp ports (conn-refused)
PORT STATE SERVICE
9000/tcp open cslistener
Code: Select all
nmap -p554 10.0.0.12
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-04-11 16:00 PDT
Nmap scan report for 10.0.0.12
Host is up (0.00061s latency).
PORT STATE SERVICE
554/tcp closed rtsp
The first two monitors are using RTSP on the camera's sub and main streams, specified like this . I also tried the RTMP protocol but no better results using that.
the ZM monitors' logs shows 'Connection refused' for all streams.
As you suggested, I tried using onvif probing both via ZM and using `onvif-util`, but it also cannot see the camera:
Code: Select all
preferred network address: 10.0.0.1
Discovery started
currently selected IP for broadcast - 10.0.0.1
libonvif found 0 cameras
discovery is completed
(I also just found the ZM slack channel; do folks prefer that to this forum?)
- borozenetsww
- Posts: 42
- Joined: Tue Sep 12, 2023 1:55 am
Re: 1.37.57: Unable to connect IP camera as monitor
Maybe firewall block connection to RTSP?
Re: 1.37.57: Unable to connect IP camera as monitor
hi @boronzentetsww, no, this is on a direct ethernet connection from the host to the PoE camera
-
- Posts: 1320
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: 1.37.57: Unable to connect IP camera as monitor
Do those network settings on the camera persist through a power -off?
I don't think anthing is gonna work if nmap can't see those ports. Unless there's some magic something that turns them on?
I don't think anthing is gonna work if nmap can't see those ports. Unless there's some magic something that turns them on?
- borozenetsww
- Posts: 42
- Joined: Tue Sep 12, 2023 1:55 am
Re: 1.37.57: Unable to connect IP camera as monitor
hi @dougmccrary, yes, the camera retains the settings thru power off. and i am also worried that nmap can't see anything.dougmccrary wrote: ↑Fri Apr 12, 2024 3:25 am Do those network settings on the camera persist through a power -off?
I don't think anthing is gonna work if nmap can't see those ports. Unless there's some magic something that turns them on?
@boronzentetsww, i tried VLC, it also complains it can't open the rtsp URL. it says to look in the logs, but VLC's `Messages` tab shows nothing, and i don't find any `/var/log/vlc/` ?
-
- Posts: 1320
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: 1.37.57: Unable to connect IP camera as monitor
I forget how right now, but you need to turn logs on in vlc. the default is off.
I'm suspecting (hoping, really) that there must be some overriding setting to actually enable/disable the settings you've described...
Unless it really is some firewall thing, but those usually only block *unsolicited* inbound queries.
I'm suspecting (hoping, really) that there must be some overriding setting to actually enable/disable the settings you've described...
Unless it really is some firewall thing, but those usually only block *unsolicited* inbound queries.
Re: 1.37.57: Unable to connect IP camera as monitor
yes, i found the place to turn on vlc logging. but even setting it to DEBUG level doesn't seem to generate errors even tho its error message says to check?! but that is not my current concern.
i am trying to get into reolink support to ask about this, but they currently are NOT doing either chat or phone connections?!
i am trying to get into reolink support to ask about this, but they currently are NOT doing either chat or phone connections?!
-
- Posts: 1320
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: 1.37.57: Unable to connect IP camera as monitor
Hmm. Maybe they're swamped with questions about this camera and closed while looking for the answer?they currently are NOT doing either chat or phone connections?!
Re: 1.37.57: Unable to connect IP camera as monitor
Sigh, Reolink support finally came back with an answer:dougmccrary wrote: ↑Sat Apr 13, 2024 7:59 amHmm. Maybe they're swamped with questions about this camera and closed while looking for the answer? :roll:they currently are NOT doing either chat or phone connections?!
Bummer! It is such a surprising conclusion to this quest that I started a separate thread:Sorry to tell you that we only support the Windows and Mac Client currently.
So we do not know how to and can not connect the cameras to your Linux system.
viewtopic.php?t=33205