Search found 24 matches

by EK701
Thu Mar 28, 2024 6:40 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1614

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

Interesting, yeah int() is invalid funny that it works here, must be a change to php. Try changing it to (int)$range or intval($range) A change to (int)$range solved the apache php error. It looks like 1.37.56~20240328090302-jammy made this change. Still having the issue of no thumbnail images on t...
by EK701
Thu Mar 28, 2024 3:14 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1614

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

Looking in the zoneminder events folders, the jpg and mp4 files are all there and viewable from the shell, but trying to view the mp4 from the web interface fails. Viewing the jpgs works from the web interface. Here is the error when I try to play the mp4 from the web interface: [Wed Mar 27 20:12:00...
by EK701
Thu Mar 28, 2024 3:06 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1614

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

@ioconnor any further ideas on this? It's still broken on 1.37.56~20240327130403-jammy.

Thanks!
by EK701
Thu Mar 28, 2024 3:00 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240327130403-jammy - web interface stop working
Replies: 2
Views: 377

Re: 1.37.56~20240327130403-jammy - web interface stop working

Same issue here. Apache error.log entry: [Wed Mar 27 19:56:35.131056 2024] [php:error] [pid 1698] [client 10.200.67.22:47482] PHP Parse error: syntax error, unexpected variable "$this", expecting "function" or "const" in /usr/share/zoneminder/www/includes/Monitor.php on...
by EK701
Tue Mar 26, 2024 4:36 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1614

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

And trying to play back an event: HTML code: <video autoplay="" id="videoobj_html5_api" class="vjs-tech" style="transform: matrix(1, 0, 0, 1, 0, 0);" data-setup="{ &quot;controls&quot;: true, &quot;autoplay&quot;: true, &quot;preload&a...
by EK701
Tue Mar 26, 2024 4:34 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1614

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

When trying to view a camera live stream, I am getting the following: HTML code for the live stream: <img id="liveStream2" src="http://10.200.67.26:30002/zm/cgi-bin/nph-zms?mode=jpeg&amp;maxfps=&amp;scale=100&amp;state=1&amp;buffer=5&amp;monitor=2&amp;auth=6738...
by EK701
Tue Mar 26, 2024 12:11 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1614

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

Uh oh. scale=1 in the zms cgi url... that would be 1%. Guess we should limit it. Play around with scale/width/height parameters I think the image is there, it's just too tiny to see. Thanks I will look at the scale issue. Is that something set in the options page, or elsewhere? Odd thing is I don’t...
by EK701
Mon Mar 25, 2024 6:57 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1614

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

Don't re-install. Right click, inspect element, console, look for the actual javascript error. I did not do a re-install. Currently running 1.37.56~20240324115145-jammy. Here is the HTML code for one of the images that does not display (cam thumbnail in main console screen): <img id="thumbnail...
by EK701
Sun Mar 24, 2024 1:23 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1614

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

dougmccrary wrote: Sun Mar 24, 2024 1:01 am Is apache running?
Yes, and I checked the Apache logs and didn’t see any obvious errors. BTW, if Apache wasn’t running, I wouldn’t get a web page at all.
by EK701
Sat Mar 23, 2024 9:11 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1614

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

Just an FYI, I'm still seeing the same issue with 1.37.56~20240323133909-jammy.
by EK701
Sat Mar 23, 2024 6:23 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1614

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

A little more info from the logs: web_js.log:3/23/24, 10:56:59 AM PDT.376704 web_js[3345817].ERR [10.200.67.197] [Script%20error.] at ?view=console line web_js.log:3/23/24, 11:20:10 AM PDT.512545 web_js[23343].ERR [10.200.67.197] [Script%20error.] at ?view=events&page=1&filter%5BQuery%5D%5Bt...
by EK701
Sat Mar 23, 2024 6:09 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1614

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

https://i.ibb.co/rxyySG8/IMG-1204.jpg https://i.ibb.co/gJHVd9N/IMG-1205.jpg https://i.ibb.co/tH2dJkY/IMG-1206.jpg No obvious errors in the ZM log files, other than the script error shown in the last screenshot. The problem is the same on Firefox, Chrome and Safari and across devices. Clearing the b...
by EK701
Sat Mar 23, 2024 1:01 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1614

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

Looks like the saving settings problem got fixed, but now the latest update, 1.37.56~20240322163032-jammy, broke displaying images on the web interface.
by EK701
Wed Feb 14, 2024 2:02 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: rtsp_server crashing
Replies: 3
Views: 1108

Re: rtsp_server crashing

Please install zoneminder-dbg and crank the debug level up to 3. I push a new build with more debugging in it. As a side note, setting LOG_DEBUG_TARGET to "_rtsp" or "_rtsp_server" does not appear to work. If I leave LOG_DEBUG_TARGET empty, I get the zm_rtsp_server debug logs. U...
by EK701
Wed Feb 14, 2024 1:48 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: rtsp_server crashing
Replies: 3
Views: 1108

Re: rtsp_server crashing

iconnor wrote: Tue Feb 13, 2024 11:57 pm Please install zoneminder-dbg and crank the debug level up to 3. I push a new build with more debugging in it.
Installed, updated and logging now. I'll post if/when it crashes.