New Install - No Image from Remote WebCam

Support and queries relating to all previous versions of ZoneMinder
Locked
pipman
Posts: 10
Joined: Thu Nov 04, 2004 6:06 pm

New Install - No Image from Remote WebCam

Post by pipman »

After installing ZoneMinder I have run into a problem, after setting u my first remote camera I am not getting a feed, checking the logs I get the below messages...

==========================


Starting pending process, zmc -m 5
'zmc -m 5' started at 04/11/04 18:05:10
'zmc -m 5' starting at 04/11/04 18:05:10, pid = 30035
'zmc -m 5' crashed at 04/11/04 18:05:10, exit status 255
Starting pending process, zmfilter.pl
'zmfilter.pl' started at 04/11/04 18:05:11
'zmfilter.pl' starting at 04/11/04 18:05:11, pid = 30037
Can't locate MIME/Entity.pm in @INC (@INC contains: /usr/lib/perl5/5.8.3/i386-linux-thread-multi /usr/lib/perl5/5.8.3 /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl) at /usr/local/bin/zmfilter.pl line 87.
BEGIN failed--compilation aborted at /usr/local/bin/zmfilter.pl line 87.
'zmfilter.pl ' crashed at 04/11/04 18:05:11, exit status 2

=========================

Any Idea where to look to fix this?
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

The Troubleshooting section in the README file gives the best places to look for errors. Usually the /var/log/messages file is the best place to start.

Phil,
pipman
Posts: 10
Joined: Thu Nov 04, 2004 6:06 pm

Post by pipman »

Phil

Many thanks and apologies - next time i'll read the README a little closer!!

I have now managed to get the app working but have now tried to rebuild with mpeg streaming support when I try to run zmc i get the following...

---
'zmc -m 1' starting at 04/11/05 17:20:11, pid = 11862
/usr/local/bin/zmc: error while loading shared libraries: libavformat.so: cannot open shared object file: No such file or directory
'zmc -m 1' crashed at 04/11/05 17:20:11, exit status 127
---

The library definately exists (in /usr/local/lib/) and reflects the build of ffmpeg-0.4.8 (also installed with mp3lame and with --enable-shared)

I have tried rebuilding all 3 components to no avail. Any hints where to look? (nothing in the /var/logs/messages btw)
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

If you've only recently built (and presumably installed) the ffmpeg libraries you may need to run ldconfig to update the locations of the shared libraries. That's the first thing to try anyway.

Phil,
pipman
Posts: 10
Joined: Thu Nov 04, 2004 6:06 pm

Post by pipman »

Thanks Phil,

After much fiddling and lots of recompiling everything now working perfectly - this is a great product, thanks!!!

Regards

Phil
Locked