RTSP 404 Not Found
Use this page when the camera responds, but the requested RTSP stream path is missing. The usual problem is not browser playback, but the exact stream endpoint.
A 404 response typically means the device exists and answers, but the requested stream path, channel, or profile is not available under that URL. Treat it as a path problem before you troubleshoot public reachability.
What to check first
- confirm the exact stream path, channel, or subtype for the camera or recorder
- check whether the URL points to a different profile or stream name than the device exposes
- compare the path with a vendor-specific RTSP URL guide before you assume the network is broken
Questions behind a 404 Not Found error
Start with the missing stream path, then work back to the exact RTSP address pattern.
The camera responds, but the requested stream path does not exist. The address is almost correct, but the last part (channel/stream) is invalid.
Try these options:
- Main stream (higher quality):
/Streaming/Channels/101 - Substream (lower bitrate):
/Streaming/Channels/102
Examples:rtsp://user:[email protected]:554/Streaming/Channels/101rtsp://user:[email protected]:554/Streaming/Channels/102
If you use paths like /live, /h264, or /1 and the camera returns an error, your model simply does not support them. You can find the correct path in the manual or using ONVIF tools.
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_streamNot 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.xwill 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.