I just found it in line 58 pattern is missing the trailing 'n'... Fixed.... Devs are putting us to work. Still great code...
I can see my favorite ZM now...
Search found 223 matches
- Sun Oct 27, 2024 5:15 pm
- Forum: ZoneMinder 1.36.x
- Topic: Lost web ui after update
- Replies: 3
- Views: 1499
- Sun Oct 27, 2024 4:55 pm
- Forum: ZoneMinder 1.36.x
- Topic: Lost web ui after update
- Replies: 3
- Views: 1499
Re: Lost web ui after update
I did the same thing, ZM came up, saw all of the processes running so did not log in at that moment, a bit later I went to log in and got a 500 error, looked to see what was going on and found this in my apache2 error log: [Sun Oct 27 11:49:44.697071 2024] [php:error] [pid 1270] [client 192.168.7.26 ...
- Sun Jun 23, 2024 4:17 pm
- Forum: ZoneMinder 1.36.x
- Topic: ZMNinja Desktop forgets collum setting
- Replies: 0
- Views: 2420
ZMNinja Desktop forgets collum setting
I was trying to figure out where to put this, mobile did not seem the place. I see several under 1.36.x (which I am running) so here goes. Using 1.36.x just fine. Prefer ZMNinja Desktop for the remote viewing locations. But there is an issue that just never seems to go away with ZMNinja, after ...
- Mon Sep 12, 2022 4:47 pm
- Forum: ZoneMinder 1.34.x
- Topic: Audio in live stream
- Replies: 18
- Views: 38828
Re: Audio in live stream
I understand. I am not quite ready yet to move her to Zoneminder, but almost there. The machine that I will be using is a server and I need to add a video processing card to it because the little it has is quite short, even though it is a Dell Xeon based server. I plan to do the move here in the ...
- Mon Sep 12, 2022 2:18 am
- Forum: ZoneMinder 1.34.x
- Topic: Audio in live stream
- Replies: 18
- Views: 38828
Re: Audio in live stream
Iconner, what would be the cost to get the live stream audio into ZM? I can try to see if I can get it out of a customer. I have only done one of late that is my sister's clinic and she needs to monitor the cameras with live audio due to issues with some medical activities in the clinic. Of course ...
- Mon Jun 20, 2022 7:13 pm
- Forum: Hardware Compatibility List
- Topic: SV3C PTZ Camera properly working!
- Replies: 11
- Views: 21266
Re: SV3C PTZ Camera properly working!
This worked for my SD8OE-5MP-HX. Does great, there are a few buttons I am going to see how to block, this is used by weather folks and sometimes people punch the wrong buttons.
I am very glad to see it working.
I am very glad to see it working.
- Tue Mar 29, 2022 2:38 pm
- Forum: ZoneMinder 1.34.x
- Topic: Audio in live stream
- Replies: 18
- Views: 38828
Re: Audio in live stream
Is there any update on live audio? I have a site that needs it, I am presently using another product but want to migrate it to ZM
- Tue Mar 29, 2022 1:52 am
- Forum: Hardware Compatibility List
- Topic: SV3C PTZ Camera properly working!
- Replies: 11
- Views: 21266
Re: SV3C PTZ Camera properly working!
I have been using the SV3C cameras for several ZM installations. They do well and capture good video for the price. I even have one of their 8mpx cameras on a ZM system. Sees tags quite well at at least 50 ft without having the expand thiings. I just purchased a SD8OE-5MP-HX. I get beautiful video ...
- Fri Jun 04, 2021 2:25 am
- Forum: ZoneMinder 1.34.x
- Topic: Audio in live stream
- Replies: 18
- Views: 38828
Re: Audio in live stream
Any progress on audio in live stream?? Sure do need that. I am using some
work arounds but not pretty. Last I saw was possibly 1.33 but that has come
and gone. ZM otherwise is working quite well.
work arounds but not pretty. Last I saw was possibly 1.33 but that has come
and gone. ZM otherwise is working quite well.
- Sat Aug 29, 2020 12:43 am
- Forum: ZoneMinder 1.34.x
- Topic: Audio in live stream
- Replies: 18
- Views: 38828
Re: Audio in live stream
I just tried to install Shinobi as a work around as it was working but when it get the the NPR downloads it all fails. So my fallback has fallen. Is there any sort of multi camera monitor which I can use in parallel with ZM while the live stream audio is being developed? I sure need this in some ...
- Thu Aug 27, 2020 1:00 am
- Forum: ZoneMinder 1.34.x
- Topic: Audio in live stream
- Replies: 18
- Views: 38828
Re: Audio in live stream
Any time frame? I was also thinking of some sort of second server just for the live streams, I could use the second lower bandwidth stream coming from the cameras, the only thing that I have found that will do that is Shinobi but it has other issues so not sure about it. I will have ZM running as ...
- Mon Aug 24, 2020 7:55 pm
- Forum: ZoneMinder 1.34.x
- Topic: Audio in live stream
- Replies: 18
- Views: 38828
Audio in live stream
Is there any possibility of getting audio with the live stream, I recall something about 1.33, but so far have not seen it. If not what would be a solution to being able to monitor a group of cameras real time bring one to the forefront and hear the audio, then go to ZM to check the history and see ...
- Wed Oct 23, 2013 8:34 pm
- Forum: ZoneMinder 1.25.x
- Topic: Black Background montage screen
- Replies: 5
- Views: 5033
Re: Black Background montage screen
Now that I have a better idea of what is going on, I was just trying to figure out where reset.css is called, copy the file to resetblack.css and call it when I want to use a skin called "black" that way it is under control of the skin and not the default end of the house. Indeed I would like to ...
- Wed Oct 23, 2013 6:18 pm
- Forum: ZoneMinder 1.25.x
- Topic: Black Background montage screen
- Replies: 5
- Views: 5033
Re: Black Background montage screen
Found it, the location is: root@vigilant:/usr/share/zoneminder/css/reset.css Before changing: body { line-height: 1; color: black; background: white; } After changing body { line-height: 1; color: black; background: black; } I am going to look at what I can do to keep the default and add color by ...
- Wed Oct 23, 2013 5:32 pm
- Forum: ZoneMinder 1.25.x
- Topic: Black Background montage screen
- Replies: 5
- Views: 5033
Re: Black Background montage screen
The more I dig the more I think that this is the default color so it has not been called out, so I am thinking that if I want to change the background color I am going to have to add the bits and pieces, and this is kind of out of my comfort zone. Anyone give me some guidance here so I do not mess ...