Thanks for pointing to that. As mentioned here, I lately reinstalled ZM. Before it didn't work with all setup exactly following your guide. After reinstall, I indeed forget to change this path - sorry. Now I changed it, and both cam pictures show up right away. I think, ZM install script needs update to fix that path.
Still getting this mootools error - what this package is used for in ZM? The package version is the same as on latest ZM ISO.
Code: Select all
2016-04-16 14:02:36.095954 web_js 15228 ERR TypeError: e[c] is undefined http://127.0.0.1/zm/tools/mootools/mootools-more.js 1
Looking at ZM Github activity around IP Cam Onvif support, it was promised that next ZM release will incorporate it, including this project code. Most modern IP cams are now H264 RTSP, so Onvif support and Probe become a primary user requirement.
My TOP-201 Onvif IP Cam outputs H264 RTSP. If your viewer only captures jpeg or mpeg, does it mean my IP Cam stream is transcoded on-the-fly to be viewed thus consuming some CPU resources instead of being just decoded? Why there is ongoing disk activity when any monitor is open in the viewer - does it write to file the transcoded stream and then reads it to show pic? Can it write to RAM instead? What alternative viewers would you suggest to avoid transcoding, and what to change in WebUI to use them?
How I can check cams config strings with zmu command? I tried sudo zmu -d -q -v , but it shows syntax error. Is it possible to modify a Cam config string via Terminal rather than WebUI, and how?