Page 1 of 1

stream error: socket_sendto PROBLEM

Posted: Fri Aug 19, 2016 1:01 pm
by stonygate
I have a serious problem after upgrading to 1.30 from version 1.28.
I can no longer see the streaming of the cameras . I uninstalled and reinstalled everything several times but got nothing .
the cameras work and zoneminder records disk images when it is active , but if I want to see streaming I have this error:

getStreamCmdResponse stream error: socket_sendto( /var/run/zm/zms-065701s.sock ) failed: No such file or directory - checkStreamForErrors()
Image

I searched the interent the various issues regarding this bug , but I failed in any way to solve it . I copy cambozolla in / usr / share / zoneminder / www by running chmod 777 and chown www-data : www-data on it hoping it works, but nothing .
I desperately need help !!

Re: stream error: socket_sendto PROBLEM

Posted: Fri Aug 19, 2016 3:53 pm
by stonygate
ok solved :D :D this is a trip:
nano /etc/apache2/conf-enabled/zoneminder.conf

Code: Select all

ScriptAlias /zm/cgi-bin "/usr/lib/zoneminder/cgi-bin "
<Directory "/usr/lib/zoneminder/cgi-bin">
    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
    AllowOverride All
    Require all granted
</Directory>
remove [ " ] in /usr/lib/zoneminder/cgi-bin, save and exit.

Code: Select all

service apache2 reload 
service apache2 restart
next in zoneminder web option - patch change cgi-bin/PATH_ZMS in /zm/cgi-bin/nph-zms
last step service zoneminder restart
and now for me work!!!!!

Re: stream error: socket_sendto PROBLEM

Posted: Fri Aug 19, 2016 4:52 pm
by bbunge
All this is in the WIKI instructions!

Re: stream error: socket_sendto PROBLEM

Posted: Sat Aug 20, 2016 8:26 am
by SteveGilvarry