Hikvision RTSP URL guide

Use this page when you already know that the camera is Hikvision, but you are not sure what the RTSP path should look like or whether the stream is publicly reachable.

RTSP.RUN does not configure the camera for you. This guide exists to shorten the path between “I have a Hikvision camera” and “I have a browser-ready stream I can test”. Start here before you debug the wrong playback issue.

What to prepare first

  • the Hikvision camera model or at least the recorder / channel context
  • credentials for the RTSP URL if the camera requires them
  • confirmation that the stream is reachable from the public internet, not only from LAN or a vendor app

The most useful Hikvision questions

Start with the general RTSP address pattern, then validate reachability and public access.

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 error means that the camera does not understand the entered address. Usually, a part of the path that specifies the video channel is missing or incorrect.

Correct address format:

rtsp://user:password@camera_address:554/path_to_stream

Examples by manufacturer:
• Hikvision: rtsp://user:[email protected]:554/Streaming/Channels/101
• Dahua: rtsp://user:[email protected]:554/cam/realmonitor?channel=1&subtype=0
• Axis: rtsp://user:[email protected]:554/axis-media/media.amp

What to do: Check the exact format in your camera’s manual or on the manufacturer’s website – each model uses a different “path”.

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.