connortechnology / ZoneMinder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
9 stars 9 forks source link

Fix scaling with video.js #29

Closed digital-gnome closed 6 years ago

digital-gnome commented 6 years ago

Fixes scaling not working by generating alarmCues in javascript. This has the added bonus of cleaning up the ugly html variable passing in event.js.php.

I used the api to get frame information because I couldn't see anywhere in the older ajax folder that had it. I don't know if there's a meaningful performance hit for that. I set the default timeout for jquerys getJSON to the ajax timeout. This may be a gotcha at some point but it should allow cleaner code when trying to get away from mootools.

Also changed the navigation button class to inactive like it is on the old event view.