internal/onvif/README.md
The source is not very useful if you already know RTSP and snapshot links for your camera. But it can be useful if you don't.
WebUI > Add webpage supports ONVIF autodiscovery. Your server must be on the same subnet as the camera. If you use Docker, you must use "network host".
streams:
dahua1: onvif://admin:[email protected]
reolink1: onvif://admin:[email protected]:8000
tapo1: onvif://admin:[email protected]:2020
A regular camera has a single video source (GetVideoSources) and two profiles (GetProfiles).
Go2rtc has one video source and one profile per stream.
Go2rtc works as ONVIF server:
PS. Supports only TCP transport for RTSP protocol. UDP and HTTP transports - unsupported yet.
Go2rtc works as ONVIF client: