[SOLVED] GW security cam GW5078IP

Forum for questions and support relating to the 1.30.x releases only.
Locked
ipcam303
Posts: 2
Joined: Sat Oct 01, 2016 8:45 pm

[SOLVED] GW security cam GW5078IP

Post by ipcam303 »

Hi,
I'm running mint and the camera is GW5078IP. It is visible in VLC under a network capture and using RTSP.
_rtsp://192.168.0.123:554/h264?username=*******&password=******. I've tried to add it as a monitor in ZM but no luck.I'm matching the camera resolution with data taken from VLC. This camera is not listed as compatible. Has anyone else been able to make it work?
Thanks,
Gordon
Last edited by ipcam303 on Mon Oct 03, 2016 2:00 am, edited 1 time in total.
bbunge
Posts: 2975
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: GW security cam

Post by bbunge »

Use ffmpeg Source Type and the same Source Path you used to access VLC.

rtsp://user:password@192.168.0.123:554/h264 (you may not need the :554 as it is the known port for rtsp)

You also need to get the resolution right. Check VLC Tools - Media Information - Codec (tab) and use the Display Resolution or fractions thereof. For Example 1280x720 or 640x360 or 320x180

Make sure you set your PATH_ZMS to /zm/cgi-bin/nph-zms

See instructions : https://wiki.zoneminder.com/Ubuntu
ipcam303
Posts: 2
Joined: Sat Oct 01, 2016 8:45 pm

Re: [SOLVED] GW security cam GW5078IP

Post by ipcam303 »

Hi , this has worked for me:
source type : Ffmpeg
rtsp://user:password@192.168.0.123:554/h264
resolution=2560x1440
Zoneminder Options>>Paths>>PATH ZMS = /zm/cgi-bin/nph-zms
thanks bbunge!
Locked