Free Kick & Twitch VOD player
Get the M3U8 link of a Kick VOD
An M3U8 is the playlist a player reads to know which video segments to fetch and in what order. Kick publishes one per replay. Get that URL and any media tool can play the stream without a browser.
Updated
How to get the link
Paste the Kick replay URL into NoSub, wait for the stream to resolve, then open the download panel: the M3U8 link is shown there in full and can be copied in one click. It is the master playlist, so it carries every quality Kick published for that replay.
Using it
The same URL works in every common tool:
- VLC: Media > Open Network Stream, paste, play.
- mpv: `mpv "<link>"` — nothing else needed.
- FFmpeg: `ffmpeg -i "<link>" -c copy out.mp4` to save it.
- A script: the playlist is plain text, one segment URL per line.
What the playlist contains
A master playlist lists the available renditions — typically 1080p60 down to 360p — each pointing at its own media playlist. That second file is the one holding the segment URLs. Most tools handle both levels for you; only a hand-written script needs to follow the chain itself.
Why a link stops working
Kick rotates the CDN prefix that serves its replays, so a link can expire while the replay itself is still online. Copy a fresh one rather than debugging an old command. And if the replay was deleted or made subscriber-only without a public source, no playlist exists to fetch.
FAQ
Does the M3U8 link expire?
Yes, it can. Kick rotates CDN prefixes; the replay stays online but the exact URL stops resolving. Copying a new link from the player fixes it.
Can I use it without NoSub?
Once you have the URL, yes — it is a plain HLS playlist. NoSub only does the part that is hard: finding it.
NoSub
How to get the M3U8 playlist URL of a Kick replay, ready for VLC, mpv or FFmpeg. No account, no extension, nothing to install.
Open the player