StreamTest

Channel URL uses a scheme browsers cannot open

Schemes such as rtmp or udp work in VLC but cannot be played by any web client.

What it means

A channel URL uses something other than http or https — commonly rtmp, rtsp, udp or rtp.

Why it matters

Browsers can only fetch over HTTP(S). A playlist with these schemes works in a desktop player and fails completely on the web, which is confusing to diagnose because the playlist itself is valid and the channel genuinely does work somewhere.

How to fix it

  1. For web playback, repackage the source as HLS or DASH served over HTTPS.
  2. udp and rtp are multicast schemes and only work on a network carrying that multicast — they will never work over the internet.
  3. If the playlist targets set-top boxes rather than browsers, this warning may not apply to you.

Check your own stream

The free M3U checker runs this check on every analysis and links each finding straight back here.

Open the M3U checker

Frequently asked questions

What does "Channel URL uses a scheme browsers cannot open" mean?
A channel URL uses something other than http or https — commonly rtmp, rtsp, udp or rtp.
Why does it matter?
Browsers can only fetch over HTTP(S). A playlist with these schemes works in a desktop player and fails completely on the web, which is confusing to diagnose because the playlist itself is valid and the channel genuinely does work somewhere.
How do I fix it?
1. For web playback, repackage the source as HLS or DASH served over HTTPS. 2. udp and rtp are multicast schemes and only work on a network carrying that multicast — they will never work over the internet. 3. If the playlist targets set-top boxes rather than browsers, this warning may not apply to you.
How can I detect this automatically?
Paste your IPTV M3U playlists URL into StreamTest's free M3U checker. It runs this check on every analysis, flags the finding, and links straight back to this page — no sign-up required.

Related IPTV playlists checks