Hydra_x001
Contributor
M3U8 Player in browser. Play any live stream m3u8 link with this webapp at You do not have permission to view the full content of this post. Log in or register now.
I created this website because VLC is unstable in playing live streams. It buffers a lot.
If you want to extract m3u8 files from live streams. You can use youtube-dl -F <video-url> to display all formats available and then type youtube-dl -f <itag> -g <video-url> for the direct link. Paste it in the website mentioned above and play it. If it doesn't work, then raise an issue.
Known issues
- The page is served over https. So if the stream url is not https but http, the browser may throw a warning. The content fails to load. Disable web security in Chrome to get around this.
- CORS issue - If the media server blocks other IPs saying CORS. You might have to install this chrome extension to get around this - You do not have permission to view the full content of this post. Log in or register now.