r/cctv

▲ 0 r/cctv

Can the ISP use my DVR to monitor me?

hello good people

I have this question that comes on my mind is about that i connected my DVR to the router that is connected to the ISP, because I want to monitor the place remotely via the app on my phone.

I know my whole traffic is transferred to the ISP site, so I am wondering if he can act like the man in the middle and sniff my videos?

I am using a Dahua DVR, and the app is DMSS

reddit.com
u/QusayAbozed — 4 days ago
▲ 1 r/cctv

6 best CCTV software platforms for 2026

Banalytics was just included in Guideflow's list of the 6 best CCTV software platforms for 2026.

What I found especially interesting is how they positioned us:

"Best browser-based edge monitoring."

That's exactly what we’re building.

Connect the cameras you already have - ONVIF, RTSP, USB - and run video processing, AI, recording and automation directly at the edge.

No proprietary cameras.

No mandatory cloud.

No expensive NVR.

Banalytics can run on a Raspberry Pi, mini PC or basically any reasonably capable computer.

And for a single installation, the Community Sandbox is free.

Thanks to the Guideflow team for including us.

https://www.guideflow.com/blog/cctv-software

u/banalytics_live — 5 days ago
▲ 2 r/cctv

Device looses network mostly at night while still powered via PoE

I got an site where we installed 12 PoE cams. All fine.

One strand gives me headaches. Connected via active PoE 802.11af switch with 180W which is connected to an 1to2 PoE Extender which powers 2 PoE cctvs.

One of these two Poe cctvs works flawlessly. The other looses network ca. 6x per night for up to 10min-2h. First I thought the whole PoE and network is down, but in the logs I saw that PoE still powered the device, but only got no network.

I even wiresharked it, and there wasnt any connection from NVR to the device during the outages. But the cam still ran standalone via PoE (No gaps in internal sd card recordings)

Why is this happening? Mostly occurs 10pm - 4am in the morning. IT never happens during the day.

During the day the device works fine. PoE and network run smoothly.

How can I identify the issue? I know there is no network during the time, but how can I troubleshoot it?

I already replaced the switch and 2to1 Extender. Same result.

reddit.com
u/toiter55 — 6 days ago
▲ 4 r/cctv

Do bike cat reflectors mess up my nightvision?

I got a dahua Cam with a plastic dome (DH-IPC-HDBW2449F-AS-IL).

Example vid with turned off/on IR, LED,, with in various output Power:

https://streamable.com/dn0nh0

https://streamable.com/9iv4fk

Nights I cant turn on IR or LED. It reflects like crazy.

I cleaned the plastic dome, its top condition.

There are bicycles. Are the Bikes reflecting the light back? I thought this was negibile.

Has anyone similiar eyperiences?

u/toiter55 — 6 days ago
▲ 3 r/cctv+1 crossposts

Cameras kit with monitor for a vehicle - suggestions?

Hi people, I hope I found the appropriate sub for this topic, if I missed it feel free to correct me.

I am looking for a set of cameras with a monitor that I would install on my vehicle (combine harvester), something that is usually installed on, I guess, trucks. I need at least one camera, but it would be better to have up to four of them. I know there are wired and wireless setups (camera ⮀ monitor), I guess wired connection is better for powering cameras and signal themselves.

For those who think of that first: I am not looking for a reverse camera for car (that is usually connected to reverse light), I am looking for something like this.

Keep in mind that the combine is about 50 years old, so there is no cigarette lighter or any specific/modern power outlets. Yes, most of the basic installations are working, there is power from the battery, and that is about it.
Also, keep in mind that the vehicle is placed on Balkan (Serbia) and we do not have developed network of services for those kind of devices (that is pretty new and rare here).

My question is: what do you recommend? From brands to specific models.

Thanks in advance!

u/milosradojcin — 6 days ago
▲ 9 r/cctv+1 crossposts

need a 15 inch monitor for cameras monitoring in business

hi, I need a monitor or something for cctv camera display in a business, it will be on at least 16 hours a day. I doesn't need to be 15 inches exactly I can go few inches either way. thank you.

reddit.com
u/spare9 — 9 days ago
▲ 2 r/cctv

Best dumbed IP camera for Frigat/Blueiris?

I find all these IP cameras are overpriced for my taste. And seeing cheap $40 IP cameras from Xiaomi or some other lesser brand is not helping. Is there an IP camer brand that's simply just an IP camera for Frigate/Blueiris use?

reddit.com
u/Every-Hat-2429 — 10 days ago
▲ 0 r/cctv

security of security cameras

NVR vs DVR: Which Security Camera System is Better?

Any reason to pick IP over analog from a security perspective:

No. There is no security advantage of IP over analog for an offline recording system. Every security property that matters favors analog:

  • No firmware to exploit ✓
  • No command channel ✓
  • No local network ✓
  • No bidirectional communication ✓
  • Physical access to cable gives nothing useful ✓

IP has zero security advantages over analog. IP has feature advantages (resolution, compression, SD cards, audio) but security is entirely analog's domain.

How much easier to attack IP vs analog via cable:

This is the precise question. Let me be exact:

Analog camera removed, coax cable exposed:

What attacker has access to:

  • Raw analog video signal — they can watch the video feed
  • 12V DC power wire — they can short it, cut it, or use it to try to damage power supply
  • No network access whatsoever
  • Cannot reach DVR command interface
  • Cannot reach other cameras
  • Cannot delete recordings
  • Cannot modify DVR settings
  • Cannot push malicious firmware to anything

Tools needed to do any of the above:

  • Watch video: BNC connector and a monitor — trivial
  • Short power: wire cutters — trivial
  • Everything else: impossible regardless of tools

IP camera removed, ethernet cable exposed:

What attacker has access to:

  • Full local network connection via PoE switch
  • Can scan network and find all cameras and NVR IP addresses
  • Can attempt to exploit camera firmware on any camera
  • Can attempt to exploit NVR firmware
  • Can attempt to delete recordings on NVR
  • Can attempt to modify NVR settings
  • Can attempt to push malicious firmware to cameras or NVR
  • Can attempt to disable cameras remotely
  • All of the above accessible from one cable

Tools needed:

  • Laptop with PoE injector (~$20) and basic network tools
  • Nmap for network scanning (free)
  • Published CVE exploit tools (freely available for Hikvision/Dahua/Reolink)
  • Knowledge level: intermediate — not expert

The difficulty comparison:

Attack Analog coax IP ethernet
Watch camera feed Trivial Trivial
Disable one camera Cut cable Remote command via network
Disable all cameras Cut 8 cables individually One command from one port
Access DVR/NVR Impossible via coax Possible via network
Delete recordings Impossible via coax Possible if NVR credentials known or exploitable
Modify settings Impossible via coax Possible via network
Push malicious firmware Impossible via coax Possible via published CVEs
Affect other cameras Impossible via coax Possible via shared network

Difficulty rating:

  • Analog: attacking DVR via coax = essentially impossible
  • IP: attacking NVR via ethernet = intermediate skill level, freely available tools

From what ive understood so far is that analog is the top security choice (due to the port from the cameras just physically not being able to accept any form of communication as it just acts as an analog sensor port) and ip is the convenience choice mainly but also adds protection against wiretapping. but that's it (as each camera being its own computer with exploitable firmware makes it an attack vulnerability to the whole system x however many cameras you have and however many different models you have each with separate different firmwares)

so using analog cameras to feed their own hdtvi splitters then from those splitters, feed separate systems (either an offline dvr for recording that cant be tampered with, or an online nvr connected to the analog cameras via analog to ip encoders, or preferably both via multiple offline dvrs hidden around your house for redundancy and safety purposes and the "decoy" that is actually connected to the internet for remote viewing which is preferably an nvr for better update support atm)

the alternative was an ip poe system that goes from offline poe cameras to a switch, then that switch feeds an offline nvr. the same switch also feeds a pi or something that can take the RTSP streams from the cameras and convert them to SRT, which then feeds a diy data diode (ethernet to fiber dual node converter but only plug in a single node cable for send and put a piece of tape over the receive side). then from the other side of that data diode a secondary online pi that takes from SRT streams for home assistant or whatever your preference for remote viewing and notifications as well as a backup redundant offsite cloud save
the downside being that if a camera is ripped off its mounting spot it can be used to manipulate your entire system including the offline "airgapped side"

both systems would have surge protectors/ground loop isolators/fiber adapters/individual line fuses to ensure the system cant just be easily fried all together from a single camera point with a taser or equivalent

anything im missing? or not considering? or literally anything?

EDIT:
apparently SRT wont work on a data diode?
found this instead
The most secure, protected option for streaming video over a DIY single-fiber data diode is MPEG-TS over UDP paired with Forward Error Correction (FEC) and Pre-Shared Key AES Encryption.

Because your single-fiber cable physically prevents a return path, standard two-way handshakes fail. This specific configuration provides robust security and stability:

  1. The Core Streaming Protocol
  • MPEG-TS over UDP: This is a pure "fire-and-forget" unidirectional protocol. The camera-side encoder blindly pushes video packets across the single fiber node without expecting or needing an acknowledgment (ACK) from the receiving node.
  1. Error Correction (The "Protection" against Packet Loss)
  • SMPTE ST 2022-1 FEC: Because the receiver cannot ask the encoder to retransmit a dropped packet, you must enable Forward Error Correction on the encoder. FEC appends mathematical redundancy data to the video stream. If a photon drops or a packet is corrupted across your DIY fiber link, the receiver uses this redundancy data to rebuild the missing video frames natively.
  1. Stream Security (Data Confidentiality)
  • Static AES-128/256 Encryption: Since dynamic key exchanges (like TLS/DTLS) require a bidirectional handshake, you must use static Pre-Shared Key (PSK) encryption. The video payload is encrypted at the encoder using a hardcoded key, pass-through across the one-way fiber link, and decrypted on the receiving node using the matching key.

Summary of the Setup Architecture

  • Encoder Side (Transmitter): Configured to output a raw udp:// or rtp:// stream with FEC enabled and AES encryption turned on.
  • Receiver Side (NVR/VMS): Configured with a matching listening port and the identical static AES key to decrypt and ingest the stream.

EditEdit since it didnt allow pictures to be posted:
Pros and cons of NVR and DVR systems

When comparing NVR vs DVR security systems, key differences in their operational designs can lead to distinct advantages and disadvantages. While both systems serve the same purpose, understanding these differences can help teams select the best solution for their needs. 

NVR systems

Advantages 

  • Easier installation: No cables are required with wireless NVR, meaning large sites or those with complicated existing infrastructure can easily accommodate security cameras in any location. Networks using ethernet cables won’t suffer the same signal loss issues as coaxial installations, while still being easier to install due to a much smaller and thinner cable design. 
  • Higher video and audio quality: Unlike analog systems, IP cameras produce digital data and are capable of transmitting HD video and audio signals simultaneously over one secure internet connection. 
  • Smart features and integrations: Internet connectivity allows IP cameras to integrate a number of additional security features, such as NVR software analytics, motion sensors and object detection tools, as well as remote access controls like PTZ camera technology and remote viewing.

Disadvantages

  • Higher costs: Although NVR systems can be less time-consuming to install, necessary hardware and software devices are often much more expensive than comparable DVR systems, primarily as the technology used is far newer and in higher demand. 
  • Compatibility issues: Unlike DVR systems, IP cameras and NVR recorders produced by different manufacturers are not always compatible. Using ONVIF NVR can help, but some manufacturers still rely on proprietary protocols, limiting interoperability. 
  • Cybersecurity risks: Transmitting all data via an internet connection can expose NVR and IP devices to cybersecurity risks, meaning admins will be required to regularly monitor network security and implement protections such as encryption and multi-factor authentication.

 

DVR systems

Advantages

  • Cost-effective: DVR systems use analog cameras, which are typically more affordable than modern IP models. Opting for a DVR (vs NVR) for security cameras in older buildings can reduce costs, as it often eliminates the need for new hardware or wiring.
  • Wider compatibility: Operating a digital video recorder for security camera systems allows teams to install devices produced by different manufacturers with no compatibility issues. Some devices can even be configured to provide DVR for IP cameras, which enables businesses to operate a hybrid network rather than carry out a costly rip-and-replace system upgrade.
  • Cybersecurity protection: Choosing a camera DVR recorder is ideal for high-security installations like data centers and storage facilities, as all data is sent via an analog connection, preventing hackers from intercepting footage and protecting against cybercrime, which reports indicate has increased by 38% globally in 2022.

Disadvantages 

  • Complex installation: Coaxial cables can be difficult to install in some sites, especially those with tight spaces and sharp corners, due to a thick and bulky casing design. 
  • Design constraints: Using standard coaxial cables requires that each camera is installed near to its own dedicated power source. Signal degradation must also be considered in deployments using cable runs over 1,640 feet (500 meters) in length. 
  • Limited video and audio quality: Even in optimal CCTV DVR systems, the video quality of analog cameras is significantly lower than that of modern IP cameras. Additionally, audio can only be captured by installing separate RCA connections for a limited number of cameras. While it’s possible to use a DVR with IP cameras, these newer cameras are designed to work more efficiently with NVRs.

Which security system is right for you?

Choosing between NVR vs DVR security systems is a crucial decision for business and property owners. While both types of security camera recorders offer distinct advantages in different scenarios, factors such as cost, ease of installation, usability and scalability will ultimately influence the decision. To help clarify the differences between NVR and DVR security systems, here’s an overview:

Healthcare facilities

CCTV systems in healthcare facilities must address additional needs compared to typical commercial installations. In addition to helping security staff detect and respond to threats, these healthcare security systems must be designed to protect sensitive data, such as Protected Health Information (PHI), from exposure. 

DVR security cameras can be effective in healthcare environments, as their lack of internet connectivity mitigates the threat of cyber-attacks. However, choosing a DVR security system means camera operators need to be present at all times in on-site CCTV control rooms.

A good solution may be to use both NVR and DVR security systems in different areas. For example, DVR cameras may be used in offices and server rooms where PHI is most likely to be visible, while NVR cameras can be used to cover busy areas like entrances, corridors and waiting rooms, where video analytics tools and remote viewing capabilities will be beneficial.

Government and critical infrastructure

High-risk environments like utility installations and government security system installations require highly secure CCTV systems. In many cases, these systems cannot be connected to the cloud or the public internet, making it difficult to benefit from IP security cameras safely.

Analog cameras and digital video recorders are often preferred in these environments due to their lack of internet connectivity and low-latency operation. Some facilities may develop DVR security systems with added remote-viewing capabilities supported by extra hardware.

It’s also possible to develop NVR security systems that work over a local closed network, allowing cameras and network video recorders to communicate with each other but not the wider internet. If these systems are used in high-risk environments, sophisticated cybersecurity solutions like encryption and endpoint threat detection software will be needed.

Schools and campuses

Similarly to healthcare and government facilities, school CCTV systems must be highly secure to protect sensitive student information. DVR security systems can be effective for this reason, as they help to mitigate data breaches by operating within a closed system.

DVR systems can also be cost-effective for schools, as many school buildings are older and more likely to have the existing infrastructure that supports analog cameras. However, if new wiring infrastructure is needed, installing Ethernet cables may be easier and more beneficial.

Installing a new NVR security system allows schools to use modern IP cameras with advanced features and remote viewing capabilities. The management platforms for NVR systems are also highly user-friendly, featuring customizable dashboards and controls designed for ease of use by less experienced operators.

u/Reddtgivesweirdnames — 14 days ago
▲ 1 r/cctv

Installation of cctv

Seeking for a reliable and affordable firm/person who can install cctv in my flat located at aluva. Interested people kindly dm!

reddit.com
u/No_Fall_4500 — 12 days ago