How to find your RTSP camera URL

Use this page when you are not yet sure what the correct RTSP or RTSPS URL looks like or whether the camera is reachable from the public internet.

RTSP.RUN only becomes useful once you have a publicly reachable stream. The questions below help you find the right URL and check the fit before you debug the wrong problem.

What to prepare

  • camera model or at least the vendor name
  • credentials if the RTSP URL requires them
  • confirmation that the camera or stream is reachable from the internet

The most important RTSP URL questions

Start with these basics before you troubleshoot browser playback itself.

The RTSP address is the URL your camera uses to share video over the internet. You can find it in the user manual, in the camera settings, or on the manufacturer’s website.

Typical format:

rtsp://user:password@IP-address:554/path_to_stream

Not sure? Search for your camera model together with the phrase RTSP URL or contact the manufacturer.

This is usually caused by an incorrect address, an unreachable camera, or a blocked connection.

  • Make sure the camera is powered on and RTSP is enabled in its settings.
  • For access from the internet, the stream must be publicly accessible (private IPs like 192.168.x.x will not work externally).
  • If the camera is behind a router, set up port forwarding (typically port 554).
  • Check that the connection is not blocked by a firewall or your internet provider.

You need to configure port forwarding on your router (typically port 554) to the internal IP address of the camera.

  • Instructions for your specific router can be found online.
  • Use strong passwords and disable unnecessary services on your camera.

Yes. If your IP address changes occasionally, use a free Dynamic DNS service (for example No-IP, DuckDNS, Dynu).

  • You will get a hostname that automatically updates to your current IP address.
  • Most routers and cameras support DDNS directly in their settings.

You can check your public IP address on whatismyipaddress.com or in your router’s administration panel.

Note: With mobile or shared connections, your IP address might be shared with other users.