Search found 33 matches

by IncompleteString
Tue Dec 10, 2019 4:11 am
Forum: ZoneMinder 1.32.x
Topic: Axis 233D PTZ control
Replies: 9
Views: 4182

Re: Axis 233D PTZ control

So I kind of got this working. I had to adjust my firewall settings on my router to allow the PTZ commands from the zone minder server to get to the cameras. I'm able to control the cameras if I use ZMNinja, but not from the webconsole. So the cameras are controllable via API calls but not via how e...
by IncompleteString
Fri Nov 08, 2019 6:32 am
Forum: ZoneMinder 1.32.x
Topic: Axis 233D PTZ control
Replies: 9
Views: 4182

Re: Axis 233D PTZ control

anyone?
by IncompleteString
Tue Nov 05, 2019 11:55 am
Forum: ZoneMinder 1.32.x
Topic: Error getting new camera working - Reolink
Replies: 6
Views: 6040

Re: Error getting new camera working - Reolink

maybe check your resources with htop while Zoneminder is running. That should give you an idea of if you system is over loaded or not.
by IncompleteString
Mon Nov 04, 2019 1:38 am
Forum: ZoneMinder 1.32.x
Topic: Axis 233D PTZ control
Replies: 9
Views: 4182

Re: Axis 233D PTZ control

If it was necessary to request control of the camera, I don't think sending the commands to the camera via cURL would work. Also from the packet capture I ran Zoneminder is not actually sending the commands to the camera. I made sure the Ubuntu UFW was switched off for testing. Other than that I'm n...
by IncompleteString
Sun Nov 03, 2019 12:23 pm
Forum: ZoneMinder 1.32.x
Topic: Axis 233D PTZ control
Replies: 9
Views: 4182

Re: Axis 233D PTZ control

Ive added two more Axis PTZ cams to Zoneminder, the Axis V2 script doesn't work with either of them. I've seen posts where people were able to use the "web" monitor to allow direct interaction with the cameras PTZ functions. But when I've tried this Zoneminder just changes the monitor type...
by IncompleteString
Fri Nov 01, 2019 9:46 pm
Forum: ZoneMinder 1.32.x
Topic: Axis 233D PTZ control
Replies: 9
Views: 4182

Axis 233D PTZ control

I'm trying to get Zoneminder set up to control an Axis 223D PTZ camera. I was able to get the video feed off the camera just fine using RTSP, but I'm unable to get Zoneminder to PTZ control the thing using the Axis API V2 script. If I open up a terminal on my Zoneminder server and copy commands out ...
by IncompleteString
Sat Jun 15, 2019 11:59 pm
Forum: User Contributions
Topic: Multi-Port Port Generation Script
Replies: 2
Views: 5137

Re: Multi-Port Port Generation Script

ROFL, I wish I had known that
by IncompleteString
Sat Jun 15, 2019 4:11 pm
Forum: ZoneMinder 1.32.x
Topic: Make ZoneMinder accessible at "zm.mydomain.com"?
Replies: 17
Views: 10029

Re: Make ZoneMinder accessible at "zm.mydomain.com"?

I'm using h264 passthrough, and I've got JPEGs disabled, so there are no stills to look at, unless I'm missing something.

Yes the montage and live view work.

Logs look normal. I'm only getting INF messages with debugging switched on.
by IncompleteString
Sat Jun 15, 2019 3:19 pm
Forum: User Contributions
Topic: Multi-Port Port Generation Script
Replies: 2
Views: 5137

Multi-Port Port Generation Script

I created a python script to automatically generate the entries you need to add to your ports.conf and virtual host file to enable multi port. I have 76 monitors at one site and I screwed up the entires I needed to make in the ports.conf and virtual hosts file to configure multi-port so many times t...
by IncompleteString
Thu Jun 13, 2019 12:12 pm
Forum: ZoneMinder 1.32.x
Topic: Make ZoneMinder accessible at "zm.mydomain.com"?
Replies: 17
Views: 10029

Re: Make ZoneMinder accessible at "zm.mydomain.com"?

If I edit my /etc/apache2/conf-available/zoneminder.conf so it looks like this: # Order matters. This alias must come first. #Alias /zm/cache /var/cache/zoneminder/cache Alias /zm/cache /usr/share/zoneminder/www/cache #<Directory /var/cache/zoneminder/cache> <Directory /usr/share/zoneminder/www/cach...
by IncompleteString
Thu Jun 13, 2019 11:39 am
Forum: ZoneMinder 1.32.x
Topic: Make ZoneMinder accessible at "zm.mydomain.com"?
Replies: 17
Views: 10029

Re: Make ZoneMinder accessible at "zm.mydomain.com"?

Also since I commented out

Code: Select all

#Alias /zm/cache /var/cache/zoneminder/cache
Do I need to create a new cache alias to point to where you had me create the symlink?
by IncompleteString
Thu Jun 13, 2019 11:22 am
Forum: ZoneMinder 1.32.x
Topic: Make ZoneMinder accessible at "zm.mydomain.com"?
Replies: 17
Views: 10029

Re: Make ZoneMinder accessible at "zm.mydomain.com"?

That doesn't work either. I edited my /etc/apache2/conf-available/zoneminder.conf file to look like this: # Remember to enable cgi mod (i.e. "a2enmod cgi"). ScriptAlias /zm/cgi-bin "/usr/lib/zoneminder/cgi-bin" <Directory "/usr/lib/zoneminder/cgi-bin"> Options +ExecCGI ...
by IncompleteString
Thu Jun 13, 2019 2:45 am
Forum: ZoneMinder 1.32.x
Topic: Make ZoneMinder accessible at "zm.mydomain.com"?
Replies: 17
Views: 10029

Re: Make ZoneMinder accessible at "zm.mydomain.com"?

Ok that didnt work. here is my /etc/apache2/conf-available/zoneminder.conf file # Remember to enable cgi mod (i.e. "a2enmod cgi"). ScriptAlias /zm/cgi-bin "/usr/lib/zoneminder/cgi-bin" <Directory "/usr/lib/zoneminder/cgi-bin"> Options +ExecCGI -MultiViews +SymLinksIfOwn...
by IncompleteString
Wed Jun 12, 2019 10:08 pm
Forum: ZoneMinder 1.32.x
Topic: Make ZoneMinder accessible at "zm.mydomain.com"?
Replies: 17
Views: 10029

Re: Make ZoneMinder accessible at "zm.mydomain.com"?

when I make the changes you suggest this is what I get when attempting to access zm.mydomain.com
Untitled.jpeg
Untitled.jpeg (11.19 KiB) Viewed 7936 times
by IncompleteString
Wed Jun 12, 2019 2:44 pm
Forum: ZoneMinder 1.32.x
Topic: Make ZoneMinder accessible at "zm.mydomain.com"?
Replies: 17
Views: 10029

Re: Make ZoneMinder accessible at "zm.mydomain.com"?

Altering the document root to

Code: Select all

DocumentRoot /usr/share/zoneminder/www
makes the zoneminder page look like this
Untitled.jpeg
Untitled.jpeg (59.66 KiB) Viewed 7948 times

instead of this
Untitled1.jpeg
Untitled1.jpeg (50.46 KiB) Viewed 7948 times