Search found 1 match
- Sun Jun 02, 2013 10:22 pm
- Forum: ZoneMinder 1.25.x
- Topic: Error socket_sendto ( /var/run/zm/zms-347773s.sock) failed
- Replies: 26
- Views: 25444
Re: Error socket_sendto ( /var/run/zm/zms-347773s.sock) fail
Hmm.. As someone mentioned before me there are two lines in stream.php that are slightly different. $locSockFile = ZM_PATH_SOCKS.'/zms-'.sprintf("%06d",$_REQUEST['connkey']).'w.sock'; and $remSockFile = ZM_PATH_SOCKS.'/zms-'.sprintf("%06d",$_REQUEST['connkey']).'s.sock'; I changed both to have the s ...