stream error: socket_sendto PROBLEM

Forum for questions and support relating to the 1.30.x releases only.
Locked
stonygate
Posts: 15
Joined: Wed Mar 05, 2014 1:52 pm

stream error: socket_sendto PROBLEM

Post 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 !!
stonygate
Posts: 15
Joined: Wed Mar 05, 2014 1:52 pm

Re: stream error: socket_sendto PROBLEM

Post 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!!!!!
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: stream error: socket_sendto PROBLEM

Post by bbunge »

All this is in the WIKI instructions!
SteveGilvarry
Posts: 494
Joined: Sun Jun 29, 2014 1:12 pm
Location: Melbourne, AU

Re: stream error: socket_sendto PROBLEM

Post by SteveGilvarry »

Production Zoneminder 1.37.x (Living dangerously)
Random Selection of Cameras (Dahua and Hikvision)
Locked