Open the URL
Menu labels vary slightly by operating system and VLC version. Dragging a playlist file into VLC is different: a network stream field expects the media or manifest URL you want VLC to open.
- Launch the official VLC desktop application
- Choose Media, then Open Network Stream
- Paste the complete authorised URL, including its query string
- Select Play and allow the connection a few seconds to initialise
Protocols VLC can receive
VLC supports many file, device and network inputs, including HTTP, UDP/RTP unicast, UDP/RTP multicast and RTSP in appropriate environments. Protocol support does not grant access: private streams may still require valid credentials, network reachability or entitlement.
Use VLC as a diagnostic comparison
A stream that works in VLC but not in a browser may be blocked by browser CORS, mixed-content policy or Media Source codec support. A stream that fails in both applications is more likely to have an invalid URL, expired token, unreachable origin, missing segment or unsupported media issue.
Read the messages instead of repeatedly pressing Play
- Open Tools, Messages and increase verbosity before retrying
- Look for the first HTTP status, TLS, demux or decoder error
- Confirm redirects do not remove credentials or lead to an HTML page
- Check the system clock when certificate or signed-URL errors appear
- Redact credentials before copying logs into a support request
Keep VLC current and download it from VideoLAN
Media parsers handle complex, untrusted input. Install VLC from the official VideoLAN site or your operating system’s trusted package source and keep it updated. Do not install “codec packs” offered by a random streaming page.