RTSP, RTMP, HTTP, TCP, UDP, MMSH and other protocols
The general URL syntax is:
[protocol]://[user:password]@[IP address or host name]/[URL params]
e.g.:
rtsp://192.168.1.30/axis-media/media.amp?videocodec=h264&audio=1
rtsp://root:admin@192.168.1.30/axis-media/media.amp?videocodec=h264&audio=1
UDP TS URLs (unicast and multicast) are supported as well, e.g.:
udp://239.255.0.10:10124
The optional filter parameters can be appended at the end of the URL, see Configuration through URL parameters.
For ONVIF URLs, see ONVIF: connecting to the RTSP streams.