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 nearevents path #27

Closed digital-gnome closed 6 years ago

digital-gnome commented 6 years ago

When this is called it throws Undefined property: Event::$DefaultVideo errors. It's trying to pass an array to the Event constructor so it winds up with incomplete information. This makes it get the nph-zms path from geteventsrc instead of the video.js path since it lacks the DefaultVideo path.