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

  • 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!