Search found 193 matches

by kitkat
Tue Nov 30, 2021 8:17 pm
Forum: ZoneMinder 1.32.x
Topic: unable to view \ download recored events
Replies: 3
Views: 14571

Re: unable to view \ download recored events

What's your Source Type set to on the General tab? If it's not ffmpeg then try that (and then check the Source tab and fix it up because things will have changed). You should then be able to use Camera Passthrough as the Video Writer.
by kitkat
Tue Nov 30, 2021 5:27 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Lamp Mariadb install error
Replies: 36
Views: 57775

Re: Lamp Mariadb install error

OK... grep is saying "/var/log/mariadb/mariadb.log: No such file or directory" so your log file isn't at /var/log/mariadb/mariadb.log. Hmm.. Or perhaps it is there but you need sudo to access it? (I always forget that bit because I'm usually root. Yeah, I know...) To avoid that sort of pro...
by kitkat
Tue Nov 30, 2021 3:43 pm
Forum: ZoneMinder 1.36.x
Topic: High Res events black and no sound
Replies: 7
Views: 5311

Re: High Res events black and no sound

Ok the black screen is expected at this time, your browser cannot play h265 video. The audio problem is weird, but is explained by the warnings in your logs: WAR-zm_ffmpeg.cpp/69 [Malformed AAC bitstream detected: use the audio bitstream filter 'aac_adtstoasc' to fix it ('-bsf:a aac_adtstoasc' opti...
by kitkat
Tue Nov 30, 2021 1:29 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Lamp Mariadb install error
Replies: 36
Views: 57775

Re: Lamp Mariadb install error

Any problems when you changed the size of the InnoDB logfile? I tried 1/2 the values no go innodb_buffer_pool_size and innodb_log_file_size have default values if not set acorfing to mariadb so I entered those values and it still tanked. wish I wrote them down. If I comment out the innodb all boots...
by kitkat
Mon Nov 29, 2021 4:10 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Lamp Mariadb install error
Replies: 36
Views: 57775

Re: Lamp Mariadb install error

The guide contains another error that's probably preventing the database from starting... innodb_log_file_size - 32M should be innodb_log_file_size = 32M (equals instead of minus) You have hawk eyes, good find !!! I will try it now ALSO an extra space innodb_buffer_pool_ size = 256M innodb_buffer_p...
by kitkat
Mon Nov 29, 2021 2:37 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Lamp Mariadb install error
Replies: 36
Views: 57775

Re: Lamp Mariadb install error

The guide contains another error that's probably preventing the database from starting...

innodb_log_file_size - 32M should be innodb_log_file_size = 32M (equals instead of minus)
by kitkat
Mon Nov 29, 2021 2:36 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
Replies: 26
Views: 135664

Re: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory

Awesome catch, thanks much I will go ahead and install ZM on Debian 10 using the "Debian 10 Buster with Zoneminder 1.36.x from ZM Repo" installation guide And adjust the space in the "innodb_buffer_pool_ size = 256M" section And I will post my results. Thank you There's another ...
by kitkat
Mon Nov 29, 2021 1:37 am
Forum: ZoneMinder 1.34.x
Topic: Accessing Even Server via websockets
Replies: 8
Views: 9156

Re: Accessing Even Server via websockets

What I am trying to achieve is the monitoring of individual zones. When there is an event, a streaming is then pointed at that zone. Each monitor can have several zones. Is that achievable? Thank you! I've not used the event server and I'm not conversant with its functionality so I don't know - sor...
by kitkat
Mon Nov 29, 2021 12:40 am
Forum: ZoneMinder 1.34.x
Topic: Accessing Even Server via websockets
Replies: 8
Views: 9156

Re: Accessing Even Server via websockets

@kitkat Thanks for your reply. When I run : ps -Af | grep zmeventnotification I get: harry 7357 1407 0 07:02 pts/0 00:00:00 grep --color=auto zmeventnotification When I run: pgrep -af zm I get: 1181 /usr/bin/perl -wT /usr/bin/zmdc.pl startup 1214 /usr/bin/zmc -d /dev/video0 1233 /usr/bin/perl -wT /...
by kitkat
Sun Nov 28, 2021 11:00 pm
Forum: ZoneMinder 1.36.x
Topic: Advice for deployment - a stable install of 1.36?
Replies: 5
Views: 3463

Re: Advice for deployment - a stable install of 1.36?

I tried to follow: https://wiki.zoneminder.com/Ubuntu_Server_or_Desktop_Zoneminder_1.36.x but the mods to the mysql conf were fatal in my case and I'm not good enough at mysql to run down the problems There are errors in that guide which will very probably stop MySQL/Mariadb from starting: innodb_b...
by kitkat
Sun Nov 28, 2021 5:16 pm
Forum: ZoneMinder 1.34.x
Topic: Accessing Even Server via websockets
Replies: 8
Views: 9156

Re: Accessing Even Server via websockets

Refused typically means that there's either nothing listening or the connection is being otherwise rejected before negotiating SSL and subsequent client authentication. Is the event server actually running? ps -Af | grep zmeventnotification pgrep -af zm Is the listening socket open on the local mac...
by kitkat
Sun Nov 28, 2021 2:05 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
Replies: 26
Views: 135664

Re: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory

in my /etc/mysql/mariadb.conf.d/50-server.cnf there is no [mysql], mine has [mysqld] if they are the same thing, i've added the section innodb_file_per_table = ON innodb_buffer_pool_ size = 256M innodb_log_file_size - 32M to my [mysqld] section, and it did not resolve my issue There's a typo in thi...
by kitkat
Sun Nov 28, 2021 1:53 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
Replies: 26
Views: 135664

Re: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory

in my /etc/mysql/mariadb.conf.d/50-server.cnf there is no [mysql], mine has [mysqld] if they are the same thing, i've added the section innodb_file_per_table = ON innodb_buffer_pool_ size = 256M innodb_log_file_size - 32M to my [mysqld] section, and it did not resolve my issue There's a typo in thi...
by kitkat
Sat Nov 27, 2021 8:50 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Lamp Mariadb install error
Replies: 36
Views: 57775

Re: Lamp Mariadb install error

when I edit below it crashes sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf Add the following in the [mysql] area: innodb_file_per_table = ON innodb_buffer_pool_ size = 256M innodb_log_file_size - 32M You may need to delete the old log files after changing innodb_log_file_size. Check the mariadb...
by kitkat
Sat Nov 27, 2021 12:12 am
Forum: ZoneMinder 1.36.x
Topic: Events list - truncate/limit 'cause' column width
Replies: 12
Views: 14658

Re: Events list - truncate/limit 'cause' column width

You're welcome @iconnor and @lightguy48 - Glad I could help :)