No packets sent to IP camera

Support and queries relating to all previous versions of ZoneMinder
Locked
boatman
Posts: 8
Joined: Sun Oct 05, 2008 11:03 pm

No packets sent to IP camera

Post by boatman »

I have installed ZoneMinder v1.23.3 on Mandriva 2008.0. My camera is a Trendnet TV-IP100 network camera and no password is set so it doesn't require authentication. Zoneminder appears to run properly when accessed at http://127.0.0.1/zm/ through Firefox.

I entered the camera's IP address, and set "Remote Host Path" to "/VIDEO.CGI". In Options/Network I checked the box for "Are you going to use remote/networked cameras (?)". I still get no video image whatsoever in ZoneMinder, even through Firefos can access the camera's image just fine.

A Wireshark packet capture shows packets on the network when accessing the TV-IP100 from Firefox, but ZoneMinder is not putting any packets on the network.

What might be wrong with my installation?
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

whats in your logs?
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
boatman
Posts: 8
Joined: Sun Oct 05, 2008 11:03 pm

Post by boatman »

I found two log files that may hold the clue to solving this problem. Here are excerpts from each file.

zmwatch.log

Code: Select all

11/13/2008 11:23:24.154042 zmwatch[7609].INF ['zmc -m 2' starting at 08/11/13 11:23:24, pid = 8018]
11/13/2008 11:23:34.156434 zmwatch[7609].ERR [Can't get shared memory id '7a6d0002', 2: No such file or directory]
11/13/2008 11:23:34.157023 zmwatch[7609].INF [Restarting capture daemon for TV-IP100, shared memory not valid]
11/13/2008 11:23:34.465628 zmwatch[7609].INF ['zmc -m 2' starting at 08/11/13 11:23:34, pid = 8032]
11/13/2008 11:23:44.468001 zmwatch[7609].ERR [Can't get shared memory id '7a6d0002', 2: No such file or directory]
11/13/2008 11:23:44.468583 zmwatch[7609].INF [Restarting capture daemon for TV-IP100, shared memory not valid]
11/13/2008 11:23:44.751244 zmwatch[7609].INF ['zmc -m 2' starting at 08/11/13 11:23:44, pid = 8037]
11/13/2008 11:23:54.753656 zmwatch[7609].ERR [Can't get shared memory id '7a6d0002', 2: No such file or directory]
11/13/2008 11:23:54.754209 zmwatch[7609].INF [Restarting capture daemon for TV-IP100, shared memory not valid]
11/13/2008 11:23:55.022067 zmwatch[7609].INF ['zmc -m 2' starting at 08/11/13 11:23:55, pid = 8042]
zmdc.log

Code: Select all

11/13/2008 11:23:13.850520 zmdc[7566].INF ['zmc -m 2' starting at 08/11/13 11:23:13, pid = 8008]
11/13/2008 11:23:13.883419 zmdc[7566].ERR ['zmc -m 2' exited abnormally, exit status 255]
11/13/2008 11:23:24.149109 zmdc[7566].INF ['zmc -m 2' starting at 08/11/13 11:23:24, pid = 8018]
11/13/2008 11:23:24.171251 zmdc[7566].ERR ['zmc -m 2' exited abnormally, exit status 255]
11/13/2008 11:23:34.460561 zmdc[7566].INF ['zmc -m 2' starting at 08/11/13 11:23:34, pid = 8032]
11/13/2008 11:23:34.489627 zmdc[7566].ERR ['zmc -m 2' exited abnormally, exit status 255]
11/13/2008 11:23:44.744672 zmdc[7566].INF ['zmc -m 2' starting at 08/11/13 11:23:44, pid = 8037]
11/13/2008 11:23:44.776147 zmdc[7566].ERR ['zmc -m 2' exited abnormally, exit status 255]
11/13/2008 11:23:55.016961 zmdc[7566].INF ['zmc -m 2' starting at 08/11/13 11:23:55, pid = 8042]
11/13/2008 11:23:55.043897 zmdc[7566].ERR ['zmc -m 2' exited abnormally, exit status 255]
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

Faq Look For Shared Mem
Locked