适用于旅游摄像头、天气画面和公共实时页面

把旅游或公共实时摄像头放到网站上。

当你需要先验证公网 RTSP 或 RTSPS 流,再将可在浏览器中播放的实时画面发布到旅游页面、目的地页面、天气页面或公共摄像头门户时,可以使用 RTSP.RUN。

发布前先预览 验证播放后再嵌入 最适合公开景观或信息页面

这个流程适合公开实时画面,不适合私有安防或封闭式监控系统。

开始前你应该具备什么

当以下基础条件已经成立时,这个场景最适合使用:

  • 你想在网站上展示景观、旅游、天气、城市或公共信息摄像头。
  • 摄像头提供一个可从互联网访问的公网 RTSP 或 RTSPS 流。
  • 你需要的是轻量级浏览器播放器和嵌入路径,而不是完整的公共摄像头网络平台。

为什么这个场景适合 RTSP.RUN

Made for public viewing pages

Use it when the goal is simply to show visitors what the place looks like right now on a website.

No vendor app for the public

Your audience gets a browser-ready live view instead of instructions to install or open a camera vendor viewer.

Quick path from camera to website

Verify the stream first, then continue to embed without building a custom browser video stack.

Clear limits before launch

Best fit for public live views, not for recording-heavy or access-controlled monitoring rollouts.

先看看验证后你会发布什么

实际结果始终一样:先验证实时播放器,再拿到已经准备好的嵌入代码。

浏览器输出

浏览器中打开的实时播放器

rtsp.run / player.html
先验证
可供验证的实时播放器
浏览器可播放输出 桌面端 • 平板 • 手机
  • 先确认流可以正确加载,再决定是否分享。
  • 同样的输出可在桌面端、平板和手机上打开。
  • 验证通过后既可直接观看,也可进入下一步嵌入。

网站输出

可直接放到页面里的嵌入代码

示例 iframe
<iframe
  src="https://rtsp.run/embed.html?streamUrl=YOUR_STREAM_ID"
  width="640"
  height="360"
  style="border:0;"
  allowfullscreen
  referrerpolicy="origin">
</iframe>
  • 播放成功后即可复制准备好的 iframe。
  • 可用于企业网站、门店展示、公共摄像头或活动页面。
  • 不需要自己开发网页播放器。

How this rollout usually works

1. Confirm the public RTSP stream

Start with the browser player and make sure the stream is really reachable and stable before you publish it.

2. Review the live browser output

Check whether the image, framing, and update behavior are suitable for a tourist, city, or public information page.

3. Copy the embed code

If the stream works well, continue to the embed step and place the iframe on the public camera or destination page.

Where this use case is a good fit

Good fit when

  • you want a live browser view on a tourist, weather, city, or public-information page
  • the stream is intentionally public and can be reached from the internet
  • you need quick playback plus embed, not a full camera network platform

Poor fit when

  • the camera must stay private or inside a closed internal network
  • the rollout needs recording, analytics, or stronger operational guarantees
  • you are looking for a civic-camera management platform instead of a browser-ready public live view

想在网站上展示旅游或公共实时摄像头?

先在浏览器中验证 RTSP 流。如果实时画面工作正常,就直接进入嵌入步骤,把它放到访客真正会使用的页面上。

如果你还不确定公网 RTSP 流是否适合你的目的地或公共摄像头部署,请先使用 fit-check 流程。