Skip to content

Instantly share code, notes, and snippets.

@danhixon
Last active May 23, 2020 15:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danhixon/a434326f34f1150cb83d9382c04e56bf to your computer and use it in GitHub Desktop.
Save danhixon/a434326f34f1150cb83d9382c04e56bf to your computer and use it in GitHub Desktop.
Download m3u8 video stream to file
Requirements: VLC
1. Get the master.m3u8 text, use curl or Paw or just download the file and open with a text editor.
2. Find the url of the version you want
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1828000,RESOLUTION=1280x720
https://cdn.videoservice.com/services/mobile/streaming/index/rendition.m3u8?assetNumber=392392
3. Download that file.
4. Launch VLC, Choose File -> Convert/Stream from the menu
5. Drag the "rendition.m3u8" file onto that window, choose your settings and click save.
@danhixon
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment