DVR_STREAMING & MooTools
DVR_STREAMING & MooTools
OK, I have Mootools installed (very easy to do just copy it to the ZM web directory and rename it to mootools.js), and the DVR controls are working. I have one issue though. All the past recorded videos are no longer listed!? Kinda odd. Is there something else that needs to be done to see the recorded videos for the "Monitors"
If I dissable "ZM_WEB_DVR_STREAMING" then all the previous recordings are then again listed for view.
If I dissable "ZM_WEB_DVR_STREAMING" then all the previous recordings are then again listed for view.
I had this same problem when I upgraded to 1.23.3. The reason the events were not showing on in my browser was because of a javascript error killed the event list creation. The error was something about 'console' not found. I found in zm_html_view_eventX.php and zm_html_view_watchX.php calls to 'console.log'. I commented all those calls out and the event list appeared again.
I used the Firefox Error Console (under Tools->Error Console). I opened the Error Console. Then I Pressed the 'Clear' button to delete older error message. Then clicked in opened a monitor feed in zoneminder and saw the javascript error.
If you don't see that error message in the Firefox Error Console after following those steps, then your problem might be different than the one I had.
If you don't see that error message in the Firefox Error Console after following those steps, then your problem might be different than the one I had.
"Well, slap my behind and call my momma!" That did it. I went into those two files and everywhere there was a "console.log" without "//" in front of it I added it to comment it out.
Now it works just great except for one thing...how do I check on videos that are not currently being displayed? I have recordings from yesterday that I can't seem to get to.
Now it works just great except for one thing...how do I check on videos that are not currently being displayed? I have recordings from yesterday that I can't seem to get to.
So is this on a bug list somewhere? Apparently we're all experiencing it.
Meanwhile, didn't feel like starting a new thread, but the previous button (far left) on the DVR interface just brings you to the beginning of the event you're currently viewing. It would be nice if it brought you to the previous event.
Meanwhile, didn't feel like starting a new thread, but the previous button (far left) on the DVR interface just brings you to the beginning of the event you're currently viewing. It would be nice if it brought you to the previous event.