Hi im looking read M3U playlists? I was thinking it would be quite easy at first, however, there seems to be a variation on them, im also confused about M3U8 are the the same??
The ones I have seen look like the examples below.
#EXTM3U
#EXTINF:0,Title1
video1.m3u8
#EXTINF:1,Title2
video2.m3u8
...
but they can also look like this :
#EXTM3U
#EXT-X-STREAM-INFROGRAM-ID=1,BANDWIDTH=1217000,RESOLUTION=1280x720
2013girlwithipad-1200k.m3u8
#EXT-X-STREAM-INFROGRAM-ID=1,BANDWIDTH=824000,RESOLUTION=896x504
2013girlwithipad-800k.m3u8
...
But I have seen some M3U's with lots more tags!
Google shows 3 github M3U8 Parsers? and im not sure if they are what I need, but they do look promising (if someone was able to wrap them?
So has anyone any experience of reading M3U's and can you help with reading them please, or maybe someone could try wrapping one of the libraries???
Thanks
Aidy
The ones I have seen look like the examples below.
#EXTM3U
#EXTINF:0,Title1
video1.m3u8
#EXTINF:1,Title2
video2.m3u8
...
but they can also look like this :
#EXTM3U
#EXT-X-STREAM-INFROGRAM-ID=1,BANDWIDTH=1217000,RESOLUTION=1280x720
2013girlwithipad-1200k.m3u8
#EXT-X-STREAM-INFROGRAM-ID=1,BANDWIDTH=824000,RESOLUTION=896x504
2013girlwithipad-800k.m3u8
...
But I have seen some M3U's with lots more tags!
Google shows 3 github M3U8 Parsers? and im not sure if they are what I need, but they do look promising (if someone was able to wrap them?
So has anyone any experience of reading M3U's and can you help with reading them please, or maybe someone could try wrapping one of the libraries???
Thanks
Aidy