Zoneminder and poe cctv setup
Posted: Sat Jun 01, 2019 4:00 pm
Hi everyone
I'm new to this and was wondering if someone could provide some guidance as I'm currently stuck while trying to setup my camera
I purchased a reolink rlc410-5mp poe camera
I'm currently on ubuntu
I have a zoneminder image in docker
Before i setup zoneminder, I'm trying to find the url of my camera so I can see if it works properly.
A lot of advice online suggests using rtsp urls but I'm struggling to stream it(vlc)
Here's what I did
I found the url format for reolink online
Main Stream: rtsp://admin:password@ip_address:554//h264Preview_01_main
Because my camera is new, there's no default password so I changed the url to
Main Stream: rtsp://admin@ip_address:554//h264Preview_01_main
I've attached the CCTV to my laptop via an ethernet cable and supplying power to the camera via a power adaptor
I don't know the IP address of the camera and there's no reolink client I can use to find it so I used nmap
nmpa -sn 192.168.0.0/24
The above gave me all the devices attached to my laptop (8 devices)
this is a bit strange as I'd have expected only the router (maybe not even that) and the cctv device to show up
Anyway, I disconnected the cctv and run nmap again so that I could see what ip was missing and this allowed me(by the process of elimination)
to find the ip address i believe is associated to my CCTV.
however when I use the rtsp url in vlc, I can't connect
I'm not sure what I'm missing, am I getting the correct ip address ? is there a way to find what I'm attached to?
Thank you
I'm new to this and was wondering if someone could provide some guidance as I'm currently stuck while trying to setup my camera
I purchased a reolink rlc410-5mp poe camera
I'm currently on ubuntu
I have a zoneminder image in docker
Before i setup zoneminder, I'm trying to find the url of my camera so I can see if it works properly.
A lot of advice online suggests using rtsp urls but I'm struggling to stream it(vlc)
Here's what I did
I found the url format for reolink online
Main Stream: rtsp://admin:password@ip_address:554//h264Preview_01_main
Because my camera is new, there's no default password so I changed the url to
Main Stream: rtsp://admin@ip_address:554//h264Preview_01_main
I've attached the CCTV to my laptop via an ethernet cable and supplying power to the camera via a power adaptor
I don't know the IP address of the camera and there's no reolink client I can use to find it so I used nmap
nmpa -sn 192.168.0.0/24
The above gave me all the devices attached to my laptop (8 devices)
this is a bit strange as I'd have expected only the router (maybe not even that) and the cctv device to show up
Anyway, I disconnected the cctv and run nmap again so that I could see what ip was missing and this allowed me(by the process of elimination)
to find the ip address i believe is associated to my CCTV.
however when I use the rtsp url in vlc, I can't connect
I'm not sure what I'm missing, am I getting the correct ip address ? is there a way to find what I'm attached to?
Thank you