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.
摄像机有响应,但请求的 视频路径 不存在。地址几乎正确,但最后一部分(通道/流)不正确。
尝试以下路径:
- 主码流(高质量):
/Streaming/Channels/101 - 子码流(低带宽):
/Streaming/Channels/102
示例:rtsp://user:[email protected]:554/Streaming/Channels/101rtsp://user:[email protected]:554/Streaming/Channels/102
如果使用路径 /live、/h264 或 /1 并收到错误,说明您的摄像机型号不支持这些路径。请在手册中查找正确路径,或使用 ONVIF 工具。
RTSP 地址是您的摄像机用于通过互联网传输视频的 URL。您可以在摄像机说明书、摄像机设置或制造商网站上找到它。
常见格式:
rtsp://用户名:密码@IP地址:554/视频路径不确定?请搜索您的摄像机型号并添加关键词 RTSP URL,或联系制造商。
这通常是由于地址错误、摄像机无法访问或连接被阻止造成的。
- 确保摄像机已开启,并在设置中启用了 RTSP。
- 要从互联网访问,流必须是公开可访问的(私有 IP,如
192.168.x.x,无法从外部访问)。 - 如果摄像机位于路由器之后,请设置端口转发(通常为端口
554)。 - 检查防火墙或您的互联网服务提供商是否阻止了连接。