RTSP Url examples of ip cameras

rtsp-url-examples-of-ip-cameras-min

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

 

  1. Hikvision

    rtsp://username:password@192.168.1.100:554/h264

  2. Dahua

    rtsp://username:password@192.168.1.100:554/cam/realmonitor?channel=1&subtype=0

  3. Axis

    rtsp://username:password@192.168.1.100:554/axis-media/media.amp

  4. Amcres

    rtsp://username:password@192.168.1.100:554/videostream

  5. Foscam

    rtsp://username:password@192.168.1.100:88/videoMain

  6. TP-Link

    rtsp://username:password@192.168.1.100:554/live/ch00_0

  7. Netgear Arlo

    rtsp://username:password@192.168.1.100:554/stream1

  8. Logitech Circle

    rtsp://username:password@192.168.1.100:554/live

  9. Reolink

    rtsp://username:password@192.168.1.100:554/h264Preview_01_main

  10. Sony

    rtsp://username:password@192.168.1.100:554/video

    •  

Notes

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.