Search found 3391 matches

by iconnor
Tue Oct 31, 2023 2:18 pm
Forum: ZoneMinder 1.36.x
Topic: video generation error
Replies: 7
Views: 3692

Re: video generation error

Try running it on the command line, perhaps there will be better output.
sudo /usr/bin/zmvideo.pl -e 45113 -r 1 -s 0 -f mp4
by iconnor
Tue Oct 31, 2023 2:13 pm
Forum: ZoneMinder 1.36.x
Topic: Filter bug "Unarchive all matches"
Replies: 2
Views: 2258

Re: Filter bug "Unarchive all matches"

Fix is now in master as well as proposed ppa. Will be included in 1.36.34.
by iconnor
Tue Oct 31, 2023 1:02 pm
Forum: ZoneMinder 1.36.x
Topic: Camera stream not running
Replies: 11
Views: 85321

Re: Camera stream not running

Perhaps try the rtmp stream. rtmp://ip adress/bcs/channel0_main.bcs?channel=0&stream=0&user=usenam&password=pass
by iconnor
Tue Oct 31, 2023 11:07 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: HTTP POST error code: 301
Replies: 2
Views: 8444

Re: HTTP POST error code: 301

Moved to it's own tab.
by iconnor
Fri Oct 27, 2023 1:47 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Postfix: How to get ZoneMinder to populate RCPT?
Replies: 5
Views: 3237

Re: Postfix: How to get ZoneMinder to populate RCPT?

This is all done in your postfix config...
I suspect you need to tell it what it's hostname is. In main.cf there should be a myhostname= line.
by iconnor
Fri Oct 27, 2023 1:45 pm
Forum: ZoneMinder 1.36.x
Topic: Camera stream not running
Replies: 11
Views: 85321

Re: Camera stream not running

Look at logs, they will likely tell you what is wrong.
by iconnor
Fri Oct 27, 2023 1:43 pm
Forum: ZoneMinder 1.36.x
Topic: Need help accessing remotely
Replies: 2
Views: 2010

Re: Need help accessing remotely

001-zonemidner is red... this normally means broken link, at least on my systems it does...
by iconnor
Wed Oct 25, 2023 8:31 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: [Fixed] SQL-ERR when accessing timeline view - events missing
Replies: 13
Views: 39195

Re: SQL-ERR when accessing events view - events missing

Oh timeline! You said events view.. ok now i know where to look
by iconnor
Wed Oct 25, 2023 1:44 pm
Forum: ZoneMinder 1.36.x
Topic: Windows or Linux app for montage
Replies: 24
Views: 74746

Re: Windows or Linux app for montage

You can run zmNinja as a desktop app.

I also know someone working on a windows forms based UI.

There are also some other ancient zm ui's in java etc but they havn't been maintained in 10 years.
by iconnor
Wed Oct 25, 2023 1:42 pm
Forum: ZoneMinder 1.36.x
Topic: zmNinja API help please
Replies: 1
Views: 2053

Re: zmNinja API help please

Your apache config probably doesn't include or has the wrong setup for api. Debian examples don't have it at all.

Shows us your apache config for zm.
by iconnor
Wed Oct 25, 2023 1:37 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: [Fixed] SQL-ERR when accessing timeline view - events missing
Replies: 13
Views: 39195

Re: SQL-ERR when accessing events view - events missing

Yeah there should be a new line between Tags and FROM. I've looked at the code and it looks like this: $col_str = ' E.*, UNIX_TIMESTAMP(E.StartDateTime) AS StartTimeSecs, CASE WHEN E.EndDateTime IS NULL THEN (SELECT NOW()) ELSE E.EndDateTime END AS EndDateTime, CASE WHEN E.EndDateTime IS NULL THEN ...
by iconnor
Tue Oct 24, 2023 4:19 pm
Forum: ZoneMinder 1.36.x
Topic: Added a camera now have odd errors in log.
Replies: 4
Views: 2959

Re: Added a camera now have odd errors in log.

First, 1.36.12 is very old. You should be at 1.36.33.

You appear to have turn on hwaccel encoding... you should probably just use passthrough.
by iconnor
Tue Oct 24, 2023 4:17 pm
Forum: ZoneMinder 1.36.x
Topic: Windows or Linux app for montage
Replies: 24
Views: 74746

Re: Windows or Linux app for montage

Just did a little testing and montage layouts are working for me. Can you go into a little more detail and maybe show some screenshots of what is happening/not happening?