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()
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 !!
stream error: socket_sendto PROBLEM
Re: stream error: socket_sendto PROBLEM
ok solved this is a trip:
nano /etc/apache2/conf-enabled/zoneminder.conf
remove [ " ] in /usr/lib/zoneminder/cgi-bin, save and exit.
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!!!!!
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>
Code: Select all
service apache2 reload
service apache2 restart
last step service zoneminder restart
and now for me work!!!!!
Re: stream error: socket_sendto PROBLEM
All this is in the WIKI instructions!
-
- Posts: 494
- Joined: Sun Jun 29, 2014 1:12 pm
- Location: Melbourne, AU
Re: stream error: socket_sendto PROBLEM
And in official docs http://zoneminder.readthedocs.io/en/sta ... -streaming
Production Zoneminder 1.37.x (Living dangerously)
Random Selection of Cameras (Dahua and Hikvision)
Random Selection of Cameras (Dahua and Hikvision)