Search found 1 match

by EspenT
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: 22472

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 change...