Search found 43 matches

by ris2t
Tue Nov 05, 2019 3:01 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: Onvif broken
Replies: 8
Views: 8310

Re: Onvif broken

#$self->get_service_urls(); I mean remove the leading # from this line. i.e. uncomment it rather than have it commented it. Unfortunately the tracing I did was more a manual process of just walking the code and taking a guess. Although being perl I could add log statements on the fly to help trace ...
by ris2t
Thu Oct 31, 2019 3:20 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: do_debian_package.sh - local repo build?
Replies: 2
Views: 2821

Re: do_debian_package.sh - local repo build?

Managed to achieve a deb package build. Using the following workaround steps. Not recommended but let me achieve the goal until I can figure a proper way, or just fork. Build server: Ubuntu 19.10 deb http://ppa.launchpad.net/iconnor/zoneminder-master/ubuntu disco main sudo apt-get install libmp4v2-d...
by ris2t
Thu Oct 31, 2019 3:06 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: Onvif broken
Replies: 8
Views: 8310

Re: Onvif broken

but no profile options appear. I hit this to, using the self build and master branch. Trace it for the following mode a line of code that was commented out. Uncomment and you should get the profiles. Although I do wonder if its commented out for a reason and so other in play work/fixes. Worked for ...
by ris2t
Wed Oct 30, 2019 5:23 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: do_debian_package.sh - local repo build?
Replies: 2
Views: 2821

do_debian_package.sh - local repo build?

Hi Trying to build a copy of zoneminder for Ubuntu 19.10. Its hitting a few packaging issues which need me to update the build process and likely others parts. Following https://zoneminder.readthedocs.io/en/latest/installationguide/ubuntu.html?highlight=do_debian_package I'm not having much joy with...
by ris2t
Mon Oct 21, 2019 1:08 am
Forum: ZoneMinder 1.32.x
Topic: Kubuntu 19.10 support - mysql 8 compatibility
Replies: 4
Views: 2687

Re: Kubuntu 19.10 support - mysql 8 compatibility

iconnor wrote: Sun Oct 20, 2019 3:40 pm The ppa will contain packages in a few minutes.I am aware of several issues with mysql. I just upgraded to Eoan yesterday so testing is ongoing.
Thank you. Appreciate the efforts. Will await the release.
by ris2t
Sun Oct 20, 2019 9:25 am
Forum: ZoneMinder 1.32.x
Topic: Kubuntu 19.10 support - mysql 8 compatibility
Replies: 4
Views: 2687

Kubuntu 19.10 support - mysql 8 compatibility

Hi Does Zoneminder have a ppa or ubuntu stream build for 19.10 (eoan) yet? Appreciated its early days. I see ppa:iconnor has 19.04(disco) as the highest. Looking at the 1.32.3-2build1 ubuntu eoan package its seems to incompatible. After the upgrade from 19.04 various MySQL 8 version (reservered work...
by ris2t
Tue Sep 17, 2019 11:06 pm
Forum: ZoneMinder 1.32.x
Topic: Web Console Font Size
Replies: 6
Views: 16998

Re: Web Console Font Size

Perfect exactly what I was looking for. Still alot of wasted whitespace but less scrolling involved and readable text. The default supersized font and whitespace layout on web browsers was a challenge to use.
by ris2t
Sat Apr 20, 2019 3:44 am
Forum: ZoneMinder 1.32.x
Topic: Infinite refresh loop on index.php
Replies: 1
Views: 2302

Re: Infinite refresh loop on index.php

I hit this problem after recently upgrading to Kubuntu 19.04. Turns our the ZM database didn't update as part of the upgrade process. Running "sudo zmupdate.pl" address my particular issue.
by ris2t
Tue Nov 14, 2017 8:25 pm
Forum: Hardware Compatibility List
Topic: Vstarcam C24S
Replies: 9
Views: 13354

Re: Vstarcam C24S

This is captured using wireshark using Eye4: 06590198.226603574192.168.1.60192.168.1.14HTTP270GET /decoder_control.cgi?command=93&&loginuse=admin&loginpas=xxxxxxxx HTTP/1.1 Strange - guessing you've found the IPCAM spec http://www.openipcam.com/files/Manuals/IPCAM%20CGI%20SDK%202.1.pdf ...
by ris2t
Tue Nov 14, 2017 9:39 am
Forum: Hardware Compatibility List
Topic: Vstarcam C24S
Replies: 9
Views: 13354

Re: Vstarcam C24S

Unfortunately I tried the above setup on a Vstarcam C29, but it does not control it.. Something must have changed in their API.. If the camera has a browser app (like firefox) I used the browser network debugging to see what URI calls and parameters it makes and copied from. That should help you fi...
by ris2t
Fri Oct 27, 2017 1:03 am
Forum: Hardware Compatibility List
Topic: Vstarcam C24S
Replies: 9
Views: 13354

Re: Vstarcam C24S

Because of the above mentioned "Connection reset by peer" when using RTSP I've moved the configuration to the HTTP stream. This seems more stable although the resolution options are limited. Remote Protcol: HTTP Remote Method: Simple Remote Host Path: videostream.cgi?user=<username>&pw...
by ris2t
Tue Oct 24, 2017 1:12 am
Forum: ZoneMinder 1.30.x
Topic: localhost/zm shows blank page (nothing)
Replies: 4
Views: 42239

Re: localhost/zm shows blank page (nothing)

Just upgraded to Kubuntu 17.10 (Artful Aardvark) from 17.04 and hit this blank page problem for /zm. Looking at the HTML response it appeared that apache2 wasn't processing the PHP content and rather returning the raw index.php. php -v PHP 7.1.8-1ubuntu1 (cli) (built: Aug 8 2017 15:57:37) ( NTS ) Co...
by ris2t
Wed Sep 13, 2017 7:10 am
Forum: ZoneMinder 1.31.x
Topic: Controlling a Vstarcam C29A
Replies: 5
Views: 4834

Re: Controlling a Vstarcam C29A

Sorry typo on my part "&onestep=0" as a query parameter.

onestep=0 seem to result in a continuous movement.
onestep=1 or any other number a short step in movement.
by ris2t
Mon Sep 11, 2017 1:45 am
Forum: ZoneMinder 1.31.x
Topic: Controlling a Vstarcam C29A
Replies: 5
Views: 4834

Re: Controlling a Vstarcam C29A

have a look at my post for a C24S in the hardware compatibility viewtopic.php?f=10&t=26465#p102003

Might help or not. I found the "openstep=0" or 1 was required to get controls to work.
by ris2t
Mon Sep 11, 2017 1:34 am
Forum: Hardware Compatibility List
Topic: Vstarcam C24S
Replies: 9
Views: 13354

Re: Vstarcam C24S

Small update: After some more extensive testing and runs during the day it would seem this camera doesn't hold a very stable RTSP server. After about a day of continuous use zoneminder ends up reporting 09/11/17 13:21:11.219929 zmc_m4[26929].ERR-zm_rtsp.cpp/73 [Recv failed; Connection reset by peer]...