为网站上线选择下一步
Embed 流程并不是单一路径。你可以根据现在是准备验证、还在判断适配性,还是已经接近上线来选择下一步。
先看看验证后你会发布什么
实际结果始终一样:先验证实时播放器,再拿到已经准备好的嵌入代码。
浏览器输出
浏览器中打开的实时播放器
- 先确认流可以正确加载,再决定是否分享。
- 同样的输出可在桌面端、平板和手机上打开。
- 验证通过后既可直接观看,也可进入下一步嵌入。
网站输出
可直接放到页面里的嵌入代码
<iframe
src="https://rtsp.run/embed.html?streamUrl=YOUR_STREAM_ID"
width="640"
height="360"
style="border:0;"
allowfullscreen
referrerpolicy="origin">
</iframe>
- 播放成功后即可复制准备好的 iframe。
- 可用于企业网站、门店展示、公共摄像头或活动页面。
- 不需要自己开发网页播放器。
为什么使用这个嵌入流程
无需自建播放器
您不必自己实现 HLS 播放、排查编解码问题,或把厂商专用查看器接入网站。
适合公开展示
可用于门店橱窗、办公室、农场、工作室、活动现场或临时宣传页面。
一个来源,多种用途
从一个公开的 RTSP 或 RTSPS 地址开始,同一视频流可同时用于直接观看、分享以及网站嵌入。
常见摄像机品牌与兼容性
当摄像机提供标准且可从公网访问的 RTSP 或 RTSPS 流时,RTSP.RUN 才最有价值。下面这些品牌最常出现在我们的帮助内容和真实咨询里。
最常被提到的摄像机品牌
真正决定兼容性的因素
仅有品牌并不够。关键在于具体型号是否提供正确的 RTSP/RTSPS 地址,以及该流是否能从互联网访问。如果你还不确定,请先查看 RTSP URL 指南或做适配性与限制确认。
Confirmed rollout patterns from real usage
These are not invented references or enterprise claims. They are anonymized use cases that have already been run through RTSP.RUN.
No customer names and no inflated outcome claims. Just confirmed scenarios that match the product as it exists today.
A public road-traffic camera page
One operator used the embed flow for a page with roughly 15 cameras showing road traffic across multiple locations.
Water-flow monitoring with live cameras
Confirmed usage also exists for public live views of creeks, streams, outlets, and similar locations where simple browser access matters.
Construction progress and project updates
RTSP.RUN has also been used to show construction progress, where the value is a fast public or stakeholder-facing live view without building a custom player stack.
Lido Beach Cervia: live beach camera
The beach resort in Cervia uses RTSP.RUN for an embedded live stream on its website so visitors can see current conditions, atmosphere, and occupancy before deciding to come.
Bay City Yacht Club: live marina cameras
Bay City Yacht Club uses RTSP.RUN for multiple marina cameras so members and visitors can keep checking conditions on the water and return to the site as a daily utility.
Marshall Golf Club: live golf-course camera
Marshall Golf Club uses RTSP.RUN for a live course camera so players can quickly judge current conditions before deciding whether to drive out and play.
When RTSP.RUN makes more sense than a vendor viewer or custom stack
The best path does not depend only on whether the camera can stream. It depends on whether you need public browser playback, a fast website rollout, or a fuller custom video solution.
RTSP.RUN
This fits when you need a public browser-ready live view and website embed without building your own player or video stack.
Vendor viewer
This fits when you only need to open the camera internally for a limited audience and do not need a public browser or website embed layer.
Custom stack
This fits when you need full control over playback, distribution, integration, and other layers beyond the current product scope.
What is stored, what is not, and when to stop
RTSP.RUN is not a zero-data black box. Contact inquiries and basic product events are written locally, active stream metadata exists while playback is running, and the service is not built as a video archive.
What is used for normal operation
- Contact form submissions are written to local inquiry storage so product and business requests can be answered.
- Basic product events such as stream start attempts, embed opens, and contact submits are stored in local marketing metrics.
- Active and recent stream metadata exists in application memory for playback, admin review, and troubleshooting.
- These details are part of the product flow, not a promise of zero-data processing.
What RTSP.RUN is not storing as a media product
- RTSP.RUN is not a recording or media archive platform for your camera footage.
- The public product flow is not sold as analytics, retention, or long-term surveillance storage.
- The service is not positioned as a formal data-processing or audit platform for internal CCTV operations.
- If you need contractual retention or governance guarantees, treat that as a separate requirement before rollout.
When this should be a fit-check, not a self-service start
- you cannot accept a publicly reachable RTSP or RTSPS stream
- the rollout depends on recording, retention, analytics, or internal-only CCTV governance
- you need contractual security or data-handling guarantees before any live test
- the team still needs to decide whether the camera belongs on a public website at all
常见问题
RTSP 地址是您的摄像机用于通过互联网传输视频的 URL。您可以在摄像机说明书、摄像机设置或制造商网站上找到它。
常见格式:
rtsp://用户名:密码@IP地址:554/视频路径不确定?请搜索您的摄像机型号并添加关键词 RTSP URL,或联系制造商。
这通常是由于地址错误、摄像机无法访问或连接被阻止造成的。
- 确保摄像机已开启,并在设置中启用了 RTSP。
- 要从互联网访问,流必须是公开可访问的(私有 IP,如
192.168.x.x,无法从外部访问)。 - 如果摄像机位于路由器之后,请设置端口转发(通常为端口
554)。 - 检查防火墙或您的互联网服务提供商是否阻止了连接。
您需要在路由器上配置端口转发(通常是端口 554),指向摄像机的内部 IP 地址。
- 您可以在网上找到针对特定路由器的教程。
- 请使用强密码,并禁用摄像机上不必要的服务。