No Video. The new page open, I see the bottons but no video

Forum for questions and support relating to the 1.28.x releases only.
Locked
jlsplinter
Posts: 1
Joined: Sat Feb 21, 2015 4:30 pm

No Video. The new page open, I see the bottons but no video

Post by jlsplinter »

I'm seeing this errors in the log:

2015-02-21 12:10:10.275578 web_js 26885 ERR getStreamCmdResponse stream error: socket_sendto( /tmp/zm/zms-794230s.sock ) failed: No such file or directory - checkStreamForErrors() ?view=watch
2015-02-21 12:10:09.956772 web_php 26885 ERR socket_sendto( /tmp/zm/zms-794230s.sock ) failed: No such file or directory /usr/share/zoneminder/includes/functions.php 2330
2015-02-21 12:09:55.035798 web_js 26885 ERR getStreamCmdResponse stream error: socket_sendto( /tmp/zm/zms-794230s.sock ) failed: No such file or directory - checkStreamForErrors() ?view=watch
2015-02-21 12:09:54.753201 web_php 26885 ERR socket_sendto( /tmp/zm/zms-794230s.sock ) failed: No such file or directory /usr/share/zoneminder/includes/functions.php 2330

I added CGI to apache so I run out of options. Also installed cambozola and vlc extras.
McFuzz
Posts: 181
Joined: Tue Aug 28, 2012 7:03 am

Re: No Video. The new page open, I see the bottons but no v

Post by McFuzz »

Bump

I see these too - but I do have video... any ideas?
McFuzz
Posts: 181
Joined: Tue Aug 28, 2012 7:03 am

Re: No Video. The new page open, I see the bottons but no v

Post by McFuzz »

OP, I actually solved the problem by doing the following:

stop zoneminder
stop apache2
wipe everything in /tmp/zm/
make sure cgi is enabled (a2enmod cgi)
start zoneminder
start apache2


The order that you start zm and apache2 is, apparently, important.



I, however, noticed another issue - I now see these messages:

Code: Select all

Timed out waiting for msg /var/run/zm/zms-547954s.sock
I still have video and everything works but... any ideas?
Locked