FOR WEB INTEGRATORS AND SMALL BUSINESS WEBSITES

Put a live camera on a company website without building your own player.

Use RTSP.RUN when you need to verify a public RTSP or RTSPS stream, show it in a browser, and then embed it on a company website, branch page, or campaign microsite.

Browser-ready playback first Embed after verification Only for public RTSP/RTSPS streams

This flow is best for public-facing live views, not for internal CCTV or recording-heavy deployments.

What you need before you start

This scenario works best when you already know these basics:

  • You can obtain a public RTSP or RTSPS URL from the camera or stream source.
  • The live view belongs on a public company website, branch page, or campaign page.
  • You want browser playback and embed, not a full surveillance platform.

Why this use case fits RTSP.RUN

No custom player project

You verify the stream and get an embed-ready output without building a dedicated browser video stack.

One flow for test and publish

The same flow lets you check playback first and then continue to embed once the stream works.

Works for practical public pages

Use it for storefront pages, visitor-facing facility views, microsites, or temporary campaigns.

Limits are visible up front

The page makes it clear when public RTSP is acceptable and when the rollout needs a different approach.

See what you publish after the check

The practical result is always the same: first you verify the live player, then you take the prepared embed code.

Browser output

A live player opens in the browser

rtsp.run / player.html
Preview first
Live player ready for verification
Browser-ready playback Desktop • tablet • mobile
  • Check that the stream loads correctly before you share it anywhere else.
  • Open the same output on desktop, tablet, or mobile.
  • Use the verified stream for direct watching or the next embed step.

Website output

Embed code is ready for your page

Sample iframe
<iframe
  src="https://rtsp.run/embed.html?streamUrl=YOUR_STREAM_ID"
  width="640"
  height="360"
  style="border:0;"
  allowfullscreen
  referrerpolicy="origin">
</iframe>
  • Copy a prepared iframe after successful playback.
  • Use it for a company website, storefront, public camera, or event page.
  • You do not need to build your own browser player for the website.

How this rollout typically works

1. Verify the public RTSP stream

Start with the browser player and confirm that the stream loads correctly before you publish anything.

2. Review the browser output

Check the live player, make sure the view is suitable for a public page, and validate the stream quality.

3. Copy the embed code

After successful playback, open the embed flow in the player and place the generated iframe on the website.

Where this use case is a good fit

Good fit when

  • you need a live browser view on a company website or branch page
  • you already have or can obtain a public RTSP or RTSPS URL
  • you want a lightweight embed path instead of building a custom player

Poor fit when

  • the stream must stay on a private internal network only
  • the project requires recording, analytics, SLA, or surveillance governance
  • the website rollout cannot accept the public-RTSP model at all

Need a live camera on your company website?

Start by verifying the RTSP stream in the browser. If the stream works, continue directly to the embed step and place it on the website.

If you are still unsure whether the public RTSP model fits your rollout, use the fit-check contact flow first.