I want to parse HLS master m3u8 file and get the bandwidth, resolution and file name from it. Currently i am using String parsing to search string for some patterns and do the s
I found this one might be help. http://sourceforge.net/projects/m3u8parser/ (License: LGPLv3)