The error log really didn’t show the problem, just an annoying repeating log about media_duration. To fix that repeating log can you edit /usr/share/bluecherry/www/ajax/events/eventsIndex.php line 128 and change:
'media_duration' => $item['media_duration']
to this
'media_duration' => $item['video_duration']
Then run:
tail -f /var/log/nginx/bluecherry-error.log
then see if you can replication the ajax error again.
I guess I have another issue to report then, which I did mention in a previous post. Anytime you change the settings on an existing camera, the camera no longer works in bc, and has to be re-created from scratch.
Btw making that change you suggested to fix the ajax error breaks BC and it can no longer start. Reverting the change allows BC to start up again.
I’m definitely having trouble with our Axis cameras with RTSP streams.
The stream stops and is fixed by a reboot of the BC server.
There’s also this weird issue of being unable to edit camera settings, so something weird is going on. I don’t know how much else I can provide since the logs I gave you previously don’t appear to he helpful.