About RTSP URL Generator
Generate correct RTSP URLs for 9+ IP camera brands instantly. No more digging through manuals.
Generate RTSP stream URLs for IP cameras. Supports Hikvision, Dahua, Uniview, Axis, Reolink, Foscam, Amcrest, Hanwha, VIVOTEK and custom cameras.
RTSP (Real Time Streaming Protocol) is a network protocol used to control streaming media servers. Most IP cameras and NVR/DVR systems use RTSP to deliver live video streams. You need the correct RTSP URL to view your camera feed in software like VLC, Blue Iris, or Home Assistant.
Every camera brand uses a different RTSP URL format. Finding the correct format often means digging through manuals or forums. This tool generates the correct URL instantly for 9+ major brands.
| Brand | Default RTSP Port |
|---|---|
| Hikvision | 554 |
| Dahua / Amcrest | 554 |
| Uniview | 554 |
| Axis | 554 |
| Reolink | 554 |
| Foscam | 88 |
| Hanwha | 554 |
| VIVOTEK | 554 |
| Brand | Main Stream | Sub Stream |
|---|---|---|
| Hikvision | rtsp://user:pass@IP:554/Streaming/Channels/101 | .../Channels/102 |
| Dahua | rtsp://user:pass@IP:554/cam/realmonitor?channel=1&subtype=0 | ...&subtype=1 |
| Uniview | rtsp://user:pass@IP:554/media/video1 | .../video1/2 |
| Axis | rtsp://user:pass@IP:554/axis-media/media.amp?camera=1 | + &resolution=320x240 |
| Reolink | rtsp://user:pass@IP:554/h264Preview_01_main | ..._01_sub |
| Foscam | rtsp://user:pass@IP:88/videoMain | /videoSub |
| Amcrest | Same as Dahua (Amcrest uses Dahua protocol) | |
| Hanwha | rtsp://user:pass@IP:554/profile1/media.smp | + ?streamType=sub |
| VIVOTEK | rtsp://user:pass@IP:554/live.sdp | /live2.sdp |