Here’s a list of example RTSP URLs for various types of IP cameras. Note that the actual URL format can vary based on the camera model and manufacturer, so always refer to the specific documentation for your camera.
Generic Format
Most RTSP URLs follow a general format:
rtsp://username:password@ip_address:port/stream
Examples by Manufacturer
- Hikvision
rtsp://username:password@192.168.1.100:554/h264
- Dahua
rtsp://username:password@192.168.1.100:554/cam/realmonitor?channel=1&subtype=0
- Axis
rtsp://username:password@192.168.1.100:554/axis-media/media.amp
- Amcres
rtsp://username:password@192.168.1.100:554/videostream
- Foscam
rtsp://username:password@192.168.1.100:88/videoMain
- TP-Link
rtsp://username:password@192.168.1.100:554/live/ch00_0
- Netgear Arlo
rtsp://username:password@192.168.1.100:554/stream1
- Logitech Circle
rtsp://username:password@192.168.1.100:554/live
- Reolink
rtsp://username:password@192.168.1.100:554/h264Preview_01_main - Sony
rtsp://username:password@192.168.1.100:554/video
Notes
- Replace username and password with your camera’s actual login credentials.
- Replace 192.168.1.100 with your camera’s IP address.
- The port 554 is the default RTSP port, but some cameras may use different ports.
Always check your camera’s manual for the correct RTSP URL format and settings!