I'm struggling with something that should be simple. I'm hoping it is just a configuration error on my part.
Viewing live video seems to work, but generates a lot of error logs while it is running, such as these:
Code: Select all
Nov 26 06:36:09 provost web_php[27103]: ERR [socket_sendto( /var/run/zm/zms-544475s.sock ) failed: No such file or directory]
Nov 26 06:36:09 provost web_php[27103]: ERR [getStreamCmdResponse stream error: socket_sendto( /var/run/zm/zms-544475s.sock ) failed: No such file or directory]
Nov 26 06:36:12 provost zma_m1[7991]: INF [BackyardCamera: 1090625 - Left alarm state (1443) - 199(38) images]
Nov 26 06:36:12 provost zma_m1[7991]: INF [BackyardCamera: 1090625 - Closing event 1443, alarm end]
Nov 26 06:36:12 provost web_php[27104]: ERR [socket_bind( /var/run/zm/zms-544475w.sock ) failed: Address already in use]
Nov 26 06:36:12 provost web_php[27104]: ERR [getStreamCmdResponse stream error: socket_bind( /var/run/zm/zms-544475w.sock ) failed: Address already in use]
Nov 26 06:36:12 provost web_php[27103]: ERR [socket_sendto( /var/run/zm/zms-544475s.sock ) failed: No such file or directory]
Nov 26 06:36:15 provost web_php[27104]: ERR [socket_sendto( /var/run/zm/zms-544475s.sock ) failed: No such file or directory]
Nov 26 06:36:15 provost web_php[27104]: ERR [getStreamCmdResponse stream error: socket_sendto( /var/run/zm/zms-544475s.sock ) failed: No such file or directory]
Nov 26 06:36:18 provost web_php[31208]: ERR [socket_bind( /var/run/zm/zms-544475w.sock ) failed: Address already in use]
Nov 26 06:36:18 provost web_php[31208]: ERR [getStreamCmdResponse stream error: socket_bind( /var/run/zm/zms-544475w.sock ) failed: Address already in use]
Nov 26 06:36:18 provost web_php[27104]: ERR [socket_sendto( /var/run/zm/zms-544475s.sock ) failed: No such file or directory]
Nov 26 06:36:21 provost web_php[31208]: ERR [socket_sendto( /var/run/zm/zms-544475s.sock ) failed: No such file or directory]
Nov 26 06:36:21 provost web_php[31208]: ERR [getStreamCmdResponse stream error: socket_sendto( /var/run/zm/zms-544475s.sock ) failed: No such file or directory]
Nov 26 06:36:24 provost web_php[25419]: ERR [socket_bind( /var/run/zm/zms-544475w.sock ) failed: Address already in use]
Nov 26 06:36:24 provost web_php[25419]: ERR [getStreamCmdResponse stream error: socket_bind( /var/run/zm/zms-544475w.sock ) failed: Address already in use]
As I said at top, it looks as if the replay is working fine - video displays for example. There is an events list.
The only suspect issue is that the video stats just below the video are not populated - eg "State: - fps". Being a noob, I'm not sure if those are supposed to be populated at this point, I've never seen content in them.
I'm running ver 1.28.109 using the Nov 21 HEAD from Git (because worked around a shared memory problem I was having with 1.28.1). FWIW, I run gentoo on this box, and am relatively up to date in that respect. apache 2.4.16. php 5.6.14
Any suggestions? thanks
glen