Page 2 of 3

Re: Can't view any events

Posted: Thu Dec 27, 2018 2:57 am
by rockedge
these problems went away for me with version 1.32.3 and 1.33.0
I run ZM systems on Puppy Linux Tahr, Xenial and Bionic 32 and 64 bit OS's.

with these versions you are experiencing this problem with had some teething issues and were not considered stable releases at all. These were development snapshots. My advice is to jump right in to version 1.33.0 and see if these "bugs" disappear.
I'll probably not be recommending this to 6 of my clients who are looking for a Linux based system.
Some times it's better to leave the empty threats at home and worry if it's you who did not choose a stable version and not a DEVELOPMENT one to recommend to a paying client and maybe do some research as the installer and professional to see if these issues have been documented and discussed if one insists on using one of the 1.31+ series.

If you had read a little deeper into it you would have gotten the message that there is a transition to the h264 pass-through and direct to mp4 capability. In this series this system was introduced and refined. The BUG was most likely closed not out rudeness but because of depreciation of the bug meaning that in later versions it was fixed. To make it clear the Stable Release is still 1.30.4 and anything after that is still cutting edge and approaching the stable release status.

Re: Can't view any events

Posted: Thu Dec 27, 2018 4:13 am
by ozzy1024
I posted a legitimate bug, and I had even searched the forums and posted in the forums before posting the bug. It was treated poorly at best. If the issue was so easy to solve, a simple explanation from an apparently experienced admin would have sufficed. Instead, you get this. I expect this from people who have zero customer service experience. In my 25 years of supporting paid software from IBM and the like, I've never seen such disregard and lack of decency from so called professionals. I run a consulting firm, and i have a multitude of clients who want to use open source software, but they are skittish of the poor support. This is a prime example. As such, the "hollow" threat is valid. I certainly won't be recommending this to anyone.

Re: Can't view any events

Posted: Thu Dec 27, 2018 12:36 pm
by rockedge
there are 2-3 developers who work on this practically alone. These guys have day jobs that actually pay the bills and there is no support department at this time. I try to help out but it is very time consuming and difficult to keep up with the demands. And as this software is free to use and to modify I do not know what you expect? I am a film Gaffer and a former weapons systems mechanic and my journey with zoneminder began because I was helping a Trout In The Classroom project to stream live over the internet cameras on a fish tank and they had no money to spend. So yes perhaps your threat is valid and there are plenty of solutions other than ZM, but for the money there is no better system out there. I did not catch your inquiries as I might have been able to tell you which version was best for your recommendations. I will also point out you are completely correct in your assumption that the developers and admin are terrible at customer service....they are software engineers, probably one of the careers furthest away from dealing with the public. Me as a film gaffer who works for the likes of people like James Cameron I have a pretty thick skin so to me whether or not you recommend ZM to your clients is completely meaningless. I am sorry I could not catch you earlier or that you caught someone's attention who could have helped but your approach to the problem struck me as aggressive whining and now it is clear to me as to why.....your job for a long time was support for IBM software and you are an expert at it....we are not that. Maybe we can find a common ground and get you in a better position to be part of a new phase of teamwork. I am game and I can pass on your recommendations on how to improve the support. I think in the long run you will find ZoneMinder to be a very reliable and powerful tool once you get it running and are more familar with it's operation. My name is Erik and I hope we can turn this around.

Re: Can't view any events

Posted: Sun Jan 20, 2019 5:11 am
by ricky560
Hello ozzy1024,

I was having the same issue and figured out how to correct the issue. After installing I was checking my logs to troubleshoot the issue and noticed that my times were off. I corrected the issue by changing my time zone on my Ubuntu 18.04 LTS server to match the time zone in the etc/php/7.2/apache2/php.ini file to America/New_York.

checked my timezone with timedatectl
Changed my timezone with sudo timedatectl set-timezone America/New_York

edited my php.ini file

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/New_York

I reboot my server and that solved the issue.

Cheers

Re: Can't view any events

Posted: Sun Mar 31, 2019 3:34 pm
by neiion
Hi

I can confirm that setting the timezone in the php ini file resolved this issue for me. Thanks for the advice on this ricky560.
zoneminder is a great application.

Re: Can't view any events

Posted: Sun Apr 07, 2019 12:11 am
by tigs001
For me, I performed an upgrade to the latest available version 1.33.3~20190305131435-bionic from http://ppa.launchpad.net/iconnor/zonemi ... ter/ubuntu bionic/main

I believe it was the upgrade (but I am not certain) that deleted my /var/cache/zoneminder/events directory. Hence events weren't being saved and I couldn't view them the in browser.

I fixed it by recreating that directory, and ensuring its owner and group was set the same as the other directories in /var/cache/zoneminder.

In my case I ran:

Code: Select all

cd /var/cache/zoneminder
mkdir events
chown www-data:www-data events

Re: Can't view any events

Posted: Thu Apr 25, 2019 8:22 am
by detxm80
same problem here

Re: Can't view any events

Posted: Mon May 20, 2019 12:36 am
by david.livingstone
ricky560 wrote: Sun Jan 20, 2019 5:11 am Hello ozzy1024,

I was having the same issue and figured out how to correct the issue. After installing I was checking my logs to troubleshoot the issue and noticed that my times were off. I corrected the issue by changing my time zone on my Ubuntu 18.04 LTS server to match the time zone in the etc/php/7.2/apache2/php.ini file to America/New_York.

checked my timezone with timedatectl
Changed my timezone with sudo timedatectl set-timezone America/New_York

edited my php.ini file

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/New_York

I reboot my server and that solved the issue.

Cheers
This resolved the issue for me! Thanks so much for posting detailed instructions. My php.ini was already modified during install, but my OS was off. Once I issued the 'sudo timedatectl set-timezone' command, new events recorded without issue. No reboot was necessary for me.

Re: Can't view any events

Posted: Sat Jul 13, 2019 8:33 am
by bugmenot
Anybody found fix for this?

Should this be done in latest ZoneMinder:
rockedge wrote: Tue Apr 10, 2018 6:34 pm after updating ZM it is a good habit to insure the folder permissions are set correctly:

Code: Select all

#chown -R www-data:www-data /etc/zm
#chown -R www-data:www-data /var/cache/zoneminder

Re: Can't view any events

Posted: Thu Aug 08, 2019 10:07 am
by Tsaukpaetra
I joined to post that ricky560's timezone fix was what helped me. I also put in a pull request on the docs to mention it.

Re: Can't view any events

Posted: Thu Sep 19, 2019 5:42 pm
by narad
Here's a solution that worked for me when encountering the issue with multi-servers:
Right click on the page (outside the video frame), and select "view page source". Search for the link to the embedded video (mp4), and click it. Go through any browser security warnings until you see the video. Now go back and refresh your ZoneMinder event page.
You only need to do this once. After that, the browser remembers your selection.

To my understanding, this issue has to do with the site self-signed SSL certificates which the browser rejects by default. Once you accept the risk for that URL, you can access your video feeds.

Re: Can't view any events

Posted: Mon Feb 03, 2020 1:52 pm
by david1234
did anyone found a solution ?
I'm using pi3 streach running zonminder v1.32.2
it is not a cpu problem
because it work with version 1.30.1 wiht 3 cameras.

unable to play video , what to do?

Re: Can't view any events

Posted: Mon Aug 17, 2020 6:53 pm
by mlw19mlw91
I had this problem today on RPI4 with zoneminder.

I am trying sudo apt-get install libavdevice-dev
and all of the other things suggested earlier, I will post back when I get something working

Re: Can't view any events

Posted: Mon Aug 17, 2020 10:34 pm
by iconnor
Please update to 1.34. I fixed a lot of things since 1.32.

https://zmrepo.zoneminder.com

Re: Can't view any events

Posted: Thu Oct 08, 2020 2:54 pm
by uhsa
Any update on this? I have 1.34.20 but same exact issue. Installing any *-dev mentioned above did not help at all.