rtsp://[username:password@]host[:port]/path[?query]
While the exact path changes by manufacturer, almost all RTSP URLs follow a standard syntax: rtsp://[username:password@]ip_address[:port]/[path] : rtsp:// initiates the connection.
rtsp://admin:admin@192.168.1.108:554/cam/realmonitor?channel=1&subtype=0 3. Testing and Discovering URLs
Since every manufacturer uses a different path, here are common examples for popular brands: Sample URL Format Generic/Test rtsp://server.example.org:8080/test.sdp rtsp://admin:12345@192.168.1.210:554/Streaming/Channels/101
