geeksville / Micro-RTSP

A RTSP video server intended for very small CPUs (ESP32 etc)
MIT License
754 stars 199 forks source link

ONVIF #22

Open DavidAntonin opened 4 years ago

DavidAntonin commented 4 years ago

Can you add support for ONVIF protocol? Thank you

zhubinsheng commented 2 years ago

Any updates?

StripeyType commented 1 year ago

I cannot speak for the developer, but it's a strange request; a little like asking the farmer to also be your chef. RTSP streams media. That's all it does. ONVIF handles a whole host of other functions including device discovery, PTZ controls, etc.

RTSP is one specific application-layer network protocol, designed to do exactly one thing.

ONVIF is an interoperability standard for IP camera manufacturers.

These are not the same.