Seek Event video, play, queue

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
busymind
Posts: 39
Joined: Fri Jan 03, 2025 9:55 pm
Location: Montreal

Seek Event video, play, queue

Post by busymind »

I had managed to build and learn, config this app in my test server.
Installed from
deb https://zmrepo.zoneminder.com/debian/release-1.36 buster/ -- I know I have an old server zm v1.36.34

Everything seems working after couple of weeks of tweaking here and there following the how-to;s.
I managed also zxNinja to configure. Something common does not work on both systems - zone-minder and zmNinja.
When playing an event without touching the video timeline - slider, works (plays from beginning to end) on both systems (mobile "Event List > Footage" and zm website) but if I choose to seek - move the cursor to another part of the video the play stops complete, freeze the play (not before showing a image or somethimes goes to the end completly) I had managed couple of time to click close to another point on the slider and the video was playing but very rare occasions.

I have this log on zoneminder website:

Code: Select all

1/3/25, 5:10:47 PM EST	web_js		28932	ERR	getCmdResponse stream error: socket_sendto( /run/zm/zms-774282s.sock ) failed: Connection refused - checkStreamForErrors()	?view=event&eid=3212&filter%5BQuery%5D%5Bterms%5D%5B0%5D%5Battr%5D=MonitorId&filter%5BQuery%5D%5Bterms%5D%5B0%5D%5Bop%5D=%3D&filter%5BQuery%5D%5Bterms%5D%5B0%5D%5Bval%5D=3&filter%5BQuery%5D%5Bsort_asc%5D=0&filter%5BQuery%5D%5Bsort_field%5D=StartDateTime&f	-
1/3/25, 5:10:47 PM EST	web_php		28932	ERR	socket_sendto( /run/zm/zms-774282s.sock ) failed: Connection refused	/usr/share/zoneminder/www/includes/functions.php	1884

1/3/25, 5:10:44 PM EST	web_js		28932	ERR	getCmdResponse stream error: socket_sendto( /run/zm/zms-774282s.sock ) failed: Connection refused - checkStreamForErrors()	?view=event&eid=3212&filter%5BQuery%5D%5Bterms%5D%5B0%5D%5Battr%5D=MonitorId&filter%5BQuery%5D%5Bterms%5D%5B0%5D%5Bop%5D=%3D&filter%5BQuery%5D%5Bterms%5D%5B0%5D%5Bval%5D=3&filter%5BQuery%5D%5Bsort_asc%5D=0&filter%5BQuery%5D%5Bsort_field%5D=StartDateTime&f	-
1/3/25, 5:10:44 PM EST	web_php		28932	ERR	socket_sendto( /run/zm/zms-774282s.sock ) failed: Connection refused	/usr/share/zoneminder/www/includes/functions.php
on apache error side

Code: Select all

AH01220: Timeout waiting for output from CGI script /usr/lib/zoneminder/cgi-bin/nph-zms, referer: https://obelix.xxx.local/zm/?view=event&eid=3212&filter%5BQuery%5D%5Bterms%5D%5B0%5D%5Battr%5D=MonitorId&filter%5BQuery%5D%5Bterms%5D%5B0%5D%5Bop%5D=%3D&filter%5BQuery%5D%5Bterms%5D%5B0%5D%5Bval%5D=3&filter%5BQuery%5D%5Bsort_asc%5D=0&filter%5BQuery%5D%5Bsort_field%5D=StartDateTime&filter%5BQuery%5D%5Blimit%5D=0&sort_field=StartDateTime&sort_asc=0&page=1
[Fri Jan 03 17:10:40.410238 2025] [cgi:warn] [pid 30974] [client xx.xx.xx.xx:63431] AH01220: Timeout waiting for output from CGI script /usr/lib/zoneminder/cgi-bin/nph-zms, referer: https://obelix.xxx.local/zm/?view=event&eid=3212&filter%5BQuery%5D%5Bterms%5D%5B0%5D%5Battr%5D=MonitorId&filter%5BQuery%5D%5Bterms%5D%5B0%5D%5Bop%5D=%3D&filter%5BQuery%5D%5Bterms%5D%5B0%5D%5Bval%5D=3&filter%5BQuery%5D%5Bsort_asc%5D=0&filter%5BQuery%5D%5Bsort_field%5D=StartDateTime&filter%5BQuery%5D%5Blimit%5D=0&sort_field=StartDateTime&sort_asc=0&page=1
There are all kinds of references tried to follow but I am lost now. Does not bother me, still its an amazing work and application.
I have followed the easy way to install on bare metal.
Attachments
2025-01-03 17_08_46-Clipboard.png
2025-01-03 17_08_46-Clipboard.png (282.77 KiB) Viewed 1788 times
Post Reply