Search found 349 matches

by alabamatoy
Sat Sep 17, 2022 1:37 pm
Forum: Non-ZoneMinder Chat
Topic: EZVIZ Smart Camera Vulnerabilities
Replies: 0
Views: 8269

EZVIZ Smart Camera Vulnerabilities

From SANS Newsbites: EZVIZ Smart Camera Vulnerabilities (September 15, 2022) Researchers from Bitdefender have detected multiple vulnerabilities in EZVIZ smart cameras. Three of the flaws – a stack-based buffer overflow vulnerability, an insecure direct object reference vulnerability, and a strong p...
by alabamatoy
Wed Sep 07, 2022 6:00 pm
Forum: ZoneMinder 1.34.x
Topic: Audio in live stream
Replies: 18
Views: 31803

Re: Audio in live stream

This is kinda old thread, but worth mentioning that recording functionality in new master includes audio, if your camera supports it. So while its not live, its certainly is a way to get the audio.
by alabamatoy
Wed Sep 07, 2022 5:48 pm
Forum: User Contributions
Topic: zmtrigger socket call
Replies: 0
Views: 9130

zmtrigger socket call

zmtrigger offers a TCP socket, or a unix socket: my @connections; push( @connections, ZoneMinder::Trigger::Connection->new( name=>'Chan1 TCP on port 6802', channel=>ZoneMinder::Trigger::Channel::Inet->new( port=>6802 ), mode=>'rw' ) ); push( @connections, ZoneMinder::Trigger::Connection->new( name=>...
by alabamatoy
Wed Apr 27, 2022 1:17 pm
Forum: Mobile Apps and Event Server
Topic: ZoneMinder Client App
Replies: 24
Views: 46106

Re: ZoneMinder Client App

basic versus digest authentication, perhaps?
by alabamatoy
Wed Apr 06, 2022 2:43 pm
Forum: ZoneMinder 1.36.x
Topic: Basic high level question
Replies: 4
Views: 4000

Re: Basic high level question

Just be aware that many if not all of these cameras do cleartext streaming, so the login/pw and IP for the camera is readily accessible in the monitor URL. So your cameras likely wont last long before someone wankers them. There are ways to mitigate this, though.
by alabamatoy
Wed Mar 30, 2022 1:08 pm
Forum: ZoneMinder 1.34.x
Topic: Audio in live stream
Replies: 18
Views: 31803

Re: Audio in live stream

apber wrote: Sun Jun 27, 2021 3:20 pm Used it for years but in the last release they turned HTTPS access into a paid-only feature.
Put Apache2 or Nginx in front of it as a proxy and let it do the HTTPS for you. Just a thought...
by alabamatoy
Wed Mar 30, 2022 1:04 pm
Forum: ZoneMinder 1.36.x
Topic: iconnor - 1.36.12 - proposed
Replies: 9
Views: 1515

Re: iconnor - 1.36.12 - proposed

I generally don't bump the version until actual release. Maybe It should list 1.36.12+ or something but that would likely break something. I understood that the "proposed" was analogous to the "+". So the master that is being considered for release as stable would be "next-...
by alabamatoy
Tue Mar 29, 2022 4:55 pm
Forum: ZoneMinder 1.36.x
Topic: EXIF Data, is it possible to bake timecode into the files?
Replies: 1
Views: 716

Re: EXIF Data, is it possible to bake timecode into the files?

problem 1: ffmpeg can convert the images into any of several different movie formats. I believe this is built into the video export functionality of ZM. I have written simple bash scripts to take the images of a particular event and export them somehow using ffmpeg, its not very difficult. problem 2...
by alabamatoy
Tue Mar 29, 2022 12:17 pm
Forum: ZoneMinder 1.36.x
Topic: Monitor "button" color question
Replies: 0
Views: 557

Monitor "button" color question

10 monitors, all appear same except 1, no errors in log for 7+ hours, but this monitor is always same color. Why is this one different?
CaptureZM.JPG
CaptureZM.JPG (49.03 KiB) Viewed 557 times
1.36.12 on Ubuntu 18.04
by alabamatoy
Tue Mar 29, 2022 12:10 pm
Forum: ZoneMinder 1.36.x
Topic: iconnor - 1.36.12 - proposed
Replies: 9
Views: 1515

Re: iconnor - 1.36.12 - proposed

Is there a numbering issues, should this not be 1.36.13 - proposed? I have 1.36.12 off the main PPA...been running for some time....

Am I confused?
by alabamatoy
Mon Mar 28, 2022 1:04 pm
Forum: Hardware Compatibility List
Topic: vikylin
Replies: 2
Views: 1050

vikylin

Anyone ever gotten any of these cameras to work in ZM?
https://vikylin.com/

Any shared insight would be appreciated.
by alabamatoy
Wed Dec 15, 2021 6:02 pm
Forum: ZoneMinder 1.34.x
Topic: [Netcat ONVIF] Can not stop while controlling PTZ - AutoStopTimeout doesn't work
Replies: 13
Views: 24695

Re: [Netcat ONVIF] Can not stop while controlling PTZ - AutoStopTimeout doesn't work

can you post the specifics of the change you made to the Netcam.pm (specific line numbers, was and is) as an issue here so we can get it merged int master please?