ONVIF Support #1188
Replies: 1 comment 1 reply
-
Hi, that's an interesting thought, though in many respects that's not really "the kind of thing we do". Let me explain... For example, you can do RTSP streaming with a Pi camera, but we ourselves don't provide an RTSP stack. Same goes with WebRTC - we would recommend a third party application to handle the streaming protocols and delivery. In fact, pretty much every non-trivial file and streaming format is handled for us by something else, be it FFmpeg, vlc, MediaMTX and so forth. I think ONVIF would fall into the same bucket. As I understand it, it's built on RTSP, with various extra services, such as discovery, authentication and others, provided on top. I see there are some ONVIF implementations out there that would be the sort of thing we might use, though I'm sure there's some technical work involved in figuring out how to make use of them. If anyone had any specific recommendations in that area, or things we could do to make it easy to use a third party solution here, then we'd certainly be interested. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Adding support for ONVIF compliant streaming would be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions