←back to thread

257 points voxadam | 1 comments | | HN request time: 0.208s | source
Show context
skopje ◴[] No.45663732[source]
PoE is awesome. My custom home security system is all CCTV PoE with a gstreamer backend running on four-core fanless linux box. Way to go. Complete control. No batteries, no wares spying on me, no personal data getting scraped by big guys. (Cloud connectivity sucks because I have segmented mp4s and jogging through them hurts but I only care for events after they happen, not while they happen.)
replies(6): >>45663770 #>>45664711 #>>45664915 #>>45665099 #>>45665193 #>>45667449 #
skulk ◴[] No.45663770[source]
Got any recommendations on what cameras to get? The market is absolutely flooded with cheap shitty cloud-connected all-in-one cameras making it hard to find good, simple products.
replies(8): >>45663830 #>>45663833 #>>45664313 #>>45664727 #>>45664951 #>>45665239 #>>45669025 #>>45670401 #
lights0123 ◴[] No.45663833[source]
Any of those that mention ONVIF or RTSP will do if you put them on a LAN without internet access
replies(2): >>45665238 #>>45665395 #
ssl-3 ◴[] No.45665395[source]
Aye.

ONVIF is the (now quite old, but still very relevant) standard for interfacing IP cameras locally on a network.

A cheap-but-performant ONVIF camera on an isolated VLAN (or a physically-isolated network; I won't tell anyone) can be a thing of beauty that is also completely unable to call home to some mothership in the clown.

I'm frankly very surprised that I don't see it mentioned here more often when discussions of cameras arise.

https://en.wikipedia.org/wiki/ONVIF

replies(1): >>45667408 #
mlrtime ◴[] No.45667408[source]
ONVIF has it's own problems, like when a NVR require ONVIF and all you have is rtsp. You need to convert somehow.

Or ONVIF has a multiple cameras behind a IP, but a crappy ONVIF client only picks one (Unifi Protect).

replies(2): >>45668367 #>>45669325 #
1. brk ◴[] No.45668367[source]
ONVIF and RTSP are different things. ONVIF is a device and services discovery protocol RTSP is a video streaming protocol.

ONVIF can be used to discover a camera on a network, query it for its RTSP URL, and facilitate a connection between a client service and the RTSP stream. But you can't stream video via "ONVIF".