Amcrest RTSP URL guide
Use this page when you know the camera is from Amcrest, but you are not sure about the correct RTSP path or whether the stream is really reachable from the public internet.
RTSP.RUN does not configure Amcrest devices for you. This guide exists to shorten the path between “I have a Amcrest camera” and “I have a browser-ready stream I can test and embed”. Use it before you spend time debugging the wrong playback problem.
What to prepare first
- the Amcrest camera model or at least the stream / channel context
- credentials for the RTSP URL if the stream requires authentication
- confirmation that the stream is reachable from the public internet, not only from LAN or a vendor app
The most useful Amcrest questions
Start with the general RTSP address pattern, then validate reachability and public access before you blame the browser player.
RTSP 地址是您的摄像机用于通过互联网传输视频的 URL。您可以在摄像机说明书、摄像机设置或制造商网站上找到它。
常见格式:
rtsp://用户名:密码@IP地址:554/视频路径不确定?请搜索您的摄像机型号并添加关键词 RTSP URL,或联系制造商。
此错误表示摄像机无法理解输入的地址。通常是地址中缺少部分或格式错误,尤其是指定视频通道的部分。
正确的地址格式:
rtsp://用户名:密码@摄像机地址:554/视频路径不同品牌的示例:
• 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
解决方法: 请在摄像机手册或制造商网站上查看正确的格式——每个型号的“路径”都不同。
您需要在路由器上配置端口转发(通常是端口 554),指向摄像机的内部 IP 地址。
- 您可以在网上找到针对特定路由器的教程。
- 请使用强密码,并禁用摄像机上不必要的服务。
可以。如果您的 IP 地址会不时更改,请使用免费的 动态 DNS 服务(如 No-IP、DuckDNS、Dynu)。
- 您将获得一个名称,它会自动更新为您的当前 IP 地址。
- 大多数路由器和摄像机在设置中都支持 DDNS 功能。