Page 1 of 1

[RESOLVED]How I capture two web cams P2P whit zoneminder?

Posted: Sat Feb 24, 2018 11:19 pm
by Nesti
Hi everyone, I want to capture two yoosee cameras that I have in a remote site.
the IP's of the cameras are, 192.168.1.33 and 192.168.1.37 in the network internal

I use the VLC to capture the images in this way in the network internal

rtsp: //192.168.1.33/ovnif2

Y

rtsp: //192.168.1.37/ovnif2

It works perfect.

the communication is through by port 554

The ip of the remote site is dynamic

At http://freedns.afraid.org I have manufactured a domain "prueba.mooo.com"

Does anyone know how I can capture those cameras with zoneminder?

Thank you

Re: How I capture two web cams P2P whit zoneminder?

Posted: Sun Feb 25, 2018 2:33 am
by bbunge
Set up port forwarding through the router at the remote site. the easy thing to do is to change the port on one camera to say 555 and have two port forwards, 554 and 555. From the outside to get to the cameras use: rtsp://prueba.mooo.com:554 and rtsp://prueba.mooo.com:555

This is one way and there are more. Google port forwarding or see your router user guide.

Re: How I capture two web cams P2P whit zoneminder?

Posted: Sun Feb 25, 2018 8:36 am
by Nesti
Hi, I don't know if I can change the ports, the cameras are P2P and I don't have access to the camera settings,
the cameras are configured automatically with an app on android.

the data of the cameras in the internal network I have obtained them with an android app called Fing.

Re: How I capture two web cams P2P whit zoneminder?

Posted: Sun Feb 25, 2018 4:45 pm
by geraldbrandt
Just do the work on the firewall. Port forward 553 to 192.168.1.33 port 554 and 555 to 192.168.1.37 port 554

Gerald

Re: How I capture two web cams P2P whit zoneminder?

Posted: Mon Feb 26, 2018 7:43 pm
by Nesti
Hi, this don't work, what i can do it?

Re: How I capture two web cams P2P whit zoneminder?

Posted: Tue Feb 27, 2018 4:45 pm
by geraldbrandt
We don't have enough information to go on.

Can you show us your firewall rules?

Re: How I capture two web cams P2P whit zoneminder?

Posted: Tue Feb 27, 2018 5:16 pm
by Nesti
Yes, I have access and I can see re rules, what do you need?, but I don't understand one thing, with the CMSClient program I can see the cameras in remote

Re: How I capture two web cams P2P whit zoneminder?

Posted: Tue Feb 27, 2018 7:21 pm
by Nesti
Hi,
I have configured the zoneminder in this way
Image
Image

and I see a blue screen
Image

EDIT: I use for view the web of zoneminder in chrome on windows 7, I installed zoneminder on raspberry Pi with raspbian Stretch server

The log file
Image

Re: How I capture two web cams P2P whit zoneminder?

Posted: Sun Mar 04, 2018 11:47 am
by Nesti
Hi, I have already solved the problem.

I go to explain it step by step:

1º- I used the mac of the cameras to establish a fixed ip on the router

2º- Mapping external ports to the IP cameras, I used the external port 9000 and 9001 and redirected them to the internal ports 554 of each IP

3º- create the rules in the firewall to allow communication from the outside with external ports, protocol TCP

4º- in the configuration of the monitor in zoneminder use Libvlc
Image
Image
Image

I hope this help other mate ;)