zoneminder/web/includes
digital-gnome f8d3c07586 Add h264 event view functionality and new feature alarmCues (#2012)
* Fix nearEventsQuery

Removed dbEscape from getNearEvents previous event because it only returns 0.  Now matches next.  Changed getEventDefaultVideoPath function to return a web path rather than the absolute path based on ic0ns branch.  Also added start times to allow for videoJS replaymode.

* Unescape filters

Filters need to be unescaped

* Add initial values to page load

* Add replay modes to videojs

* rough in figuring out a frame in between bulk frames

* Add alarmCues

Add a graphical indication of where alarm frames happened in an event.  Similar to what zmNinja shows.

* Add remaining buttons to videojs

Functionality for all buttons on videojs streams.  FF/RW buttons show as active when they are active.

* Whitespace and fix Bulkframe calcs

* Fix zms events trying to generate with mp4 code

ZMS events would attempt to generate frames as though they were an mp4/passthrough type because the full eventpath wasn't passed

* ZMS scrub bar

Move zms scrub bar to bottom of image feed.  Make it simpler and more like videojs style.

* Wrap event feeds properly

* Fix dvrControls on watch view

* Add scaleToFit

Add a scaleToFit option to event view

* Add navigation for videoJS streams

Disables nav buttons at beginning and end of events.  Handles switching from zms to videojs.  If zms crashes changes next event function to reload page instead of ajax.

* Add scaleToFit to watch and frame view

Adds scaleToFit to watch view.  Since frame view uses the watch cookie this required changes to frame view

* Add transition to zoom

* Change stills view to match stream

Move stills slider bar to match scrub bar on streams.  Allow it to resize, make it larger.  Add alarmcues.

* Add Stills for every event

Add stills for every event.  Match size to stream size

* Progressbox transitions
2017-12-04 21:26:59 -05:00
..
csrf add ZM_ENABLE_CSRF_MAGIC toggle 2017-03-28 17:29:36 -05:00
Event.php update getStreamSrc to take a hash instead of an array of thing=thing 2017-06-08 14:01:22 -04:00
Frame.php more merges/fixes from SA 2017-05-30 13:47:30 -04:00
Monitor.php Don't need to check for values in args, beacuse we set one above 2017-06-08 14:01:44 -04:00
Server.php trivial updates (#1887) 2017-05-16 14:16:32 -04:00
Storage.php trivial updates (#1887) 2017-05-16 14:16:32 -04:00
actions.php Fix delete filter (#2010) 2017-12-04 21:26:21 -05:00
config.php.in fix spacing/braces 2017-08-14 11:38:21 -04:00
control_functions.php fix regexp for direction in control command. Also log if the regexp doesn't match 2017-01-10 12:35:38 -05:00
database.php fix breakage caused by empty SSL_CERT options 2017-08-15 19:40:02 -04:00
functions.php Add h264 event view functionality and new feature alarmCues (#2012) 2017-12-04 21:26:59 -05:00
lang.php Fix user language setting never being used 2017-09-29 11:20:20 +10:00
logger.php Allow API authentication using the `auth` query parameter containing an auth. hash. (#1845) 2017-05-15 21:51:48 -04:00