Search found 5 matches

by zone-user
Mon Feb 03, 2014 8:55 pm
Forum: ZoneMinder 1.25.x
Topic: No live monitor with ubuntu 13.10, socket_sendto err SOLVED
Replies: 6
Views: 2135

Re: No live monitor with ubuntu 13.10, socket_sendto error s

Hopefully this will help some other people. Now I can watch me at work because my cam is on my desk, and not mounted yet :)
by zone-user
Mon Feb 03, 2014 5:37 am
Forum: ZoneMinder 1.25.x
Topic: No live monitor with ubuntu 13.10, socket_sendto err SOLVED
Replies: 6
Views: 2135

Re: No live monitor with ubuntu 13.10, socket_sendto error s

Oh FFS, cgi is not enabled in Ubuntu 13.10 by default. Enable it this way:

$ sudo a2enmod cgi

And now I have live streaming.
by zone-user
Sun Feb 02, 2014 11:39 pm
Forum: ZoneMinder 1.25.x
Topic: No live monitor with ubuntu 13.10, socket_sendto err SOLVED
Replies: 6
Views: 2135

Re: No live monitor with ubuntu 13.10, socket_sendto error s

I'm ruling out /dev/video0 as having anything to do with this. Because ZM is capturing the feed over HTTP, and not a locally-attached camera. So yes, it looks like an Apache issue. I copied the 'var streamSrc' URL from the page source of the ZM live view and pasted it into a browser, and got this ...
by zone-user
Sun Feb 02, 2014 9:08 pm
Forum: ZoneMinder 1.25.x
Topic: No live monitor with ubuntu 13.10, socket_sendto err SOLVED
Replies: 6
Views: 2135

Re: No live monitor with ubuntu 13.10, socket_sendto error s

OK, I'm getting a bit of traction here. Part of the problem is a missing /dev/video0. When I plug in a webcam, it automatically creates /dev/video0. On Mint 13 /dev/video0 is created at boot, so it is always available. So I configure Zoneminder to use the webcam, and again there is no live view. The ...
by zone-user
Sun Feb 02, 2014 7:51 am
Forum: ZoneMinder 1.25.x
Topic: No live monitor with ubuntu 13.10, socket_sendto err SOLVED
Replies: 6
Views: 2135

No live monitor with ubuntu 13.10, socket_sendto err SOLVED

Hello Zoneminder people! I hope someone can help with this, as I have spent days banging my head trying to get it to work. I'm using a Foscam wireless IP camera, FI8905W. I can access and configure it via its own Web admin interface. But I cannot get live monitoring in Zoneminder on Kubuntu 13.10. I ...