I need to parse an m3u8 media file, which is a playlist, and download the actual media content.
As per my understanding, the following are the process involved:
Unfortunately, I couldn't find any lib/module to perform the above-mentioned steps. Can anyone provide a better approach or working sample to process and download the m3u8 file?
Any help is much appreciated.
Here is my solution: https://github.com/nichucs/HLS2MP4 With 3 simple java classes, you can do this.
Disadvantage of the previous one is, it has around 20MB size.