ONVIF: RTSP streams

RTSP stream of the first Onvif media profile (default)

onvif://[onvifuser]:[onvifpassword]@[IP address or host name]:[onvif HTTP port]


e.g.:
onvif://user:pass@192.168.2.55:8080

RTSP stream selected by the index of the Onvif media profile

The index of the media profile must be in the 0..n-1 range.


onvif://[onvifuser]:[onvifpassword]@[IP address or host name]:[onvif HTTP port]/[index of the onvif profile]


e.g.:
onvif://user:pass@192.168.2.55:8080/1

RTSP stream selected by the name of the Onvif media profile

This is the name of the media profile as it has been configured in the IP camera settings.


onvif://[onvifuser]:[onvifpassword]@[IP address or host name]:[onvif HTTP port]/[name of the onvif media profile]

e.g. by supposing the name of the profile is "high quality":
onvif://user:pass@192.168.2.55:8080/high quality


43