What is RTSP?
Real-Time Streaming Protocol (RTSP) is a network protocol for real-time video and audio streaming. Most IP cameras support this protocol to integrate streams into third-party apps like Home Assistant, VLC, Synology Surveillance Station, or other software.
General Format
rtsp://[username]:[password]@[ip-address]:[port]/[stream-path]
Important Notes
- IP Address: Replace
[ip-address]with your camera's actual IP (e.g.,192.168.1.100) - Port: Default port is usually
554. Change if needed. - Credentials: Replace
[username]and[password]with your camera credentials. - Subtype 0 = Main stream (high quality), Subtype 1 = Substream (lower quality)
- Some cameras require RTSP to be enabled in settings first.