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!
Remote Connection
To connect an RTSP camera remotely, you need to make sure of two important things:
1. You have a static public IP address from your internet provider.
2. The RTSP port is properly forwarded/opened on your router to the camera.
Before adding the camera to Camlocus, please first test the RTSP stream locally on
your PC using VLC Player.
Example:
- Open VLC
- Media → Open Network Stream
- Paste your RTSP URL
- Check if the video opens successfully
If VLC cannot open the stream, then the issue is usually related to:
- incorrect RTSP URL
- wrong username/password
- closed port
Once the stream works in VLC, it should also work in Camlocus.