Page 1 of 1
DVR_STREAMING & MooTools
Posted: Wed Jun 04, 2008 5:26 pm
by mudputty
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.
Posted: Wed Jun 04, 2008 7:40 pm
by timcraig
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.
Posted: Wed Jun 04, 2008 8:19 pm
by mudputty
I'm not finding any errors on the page. Do you recall how you found the error and what exactly you commented out in the files? I'm not a php buff
I see a number of refrences to "console.log". It sounds like you commented all of them out?
Posted: Wed Jun 04, 2008 9:42 pm
by timcraig
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.
Posted: Wed Jun 04, 2008 9:59 pm
by mudputty
Ahhhh, yup "console is not defined" is the error I recieve. So, you just removed all references to "console.log"? I will try it.
Posted: Wed Jun 04, 2008 10:14 pm
by mudputty
"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.
Posted: Thu Jun 05, 2008 3:29 pm
by coke
I was wondering why my events weren't showing up on my new 8.0.4 Ubuntu/1.23.3 zm install. My workaround was to click on the # of events instead of the monitor name, but I'm going to try this.
Posted: Thu Jun 05, 2008 4:03 pm
by mudputty
OHHHhhhhhh, ok...I just need to click on the Event number to see the list of events. Haha, I had no idea you could do that. Is there a way to do the same thing from within the actual monitor (once you have clicked on the monitor's link can you view things just like clicking on the "events" link?)
Posted: Thu Jun 05, 2008 5:46 pm
by timcraig
When I saw no else not mentioning seeing events in the monitor feed I thought I was the only one experiencing this problem. I thought the console object was part of some kind of "must have" firefox extension that I did not have or there was an issue with my firefox browser.
Posted: Tue Jul 01, 2008 10:19 pm
by coke
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.
Posted: Wed Jul 09, 2008 12:17 am
by haus
Should be on a bug list - hopefully this thread will count as such. I experienced it too, and didn't mention it because I read somewhere the DVR functionality was highly experimental, so I turned it off and figured I'd wait for further instructions.
Guess I found 'em!