M3u8 Parser Code
Status: Alpha
Brought to you by:
dkuffner82
File | Date | Author | Commit |
---|---|---|---|
.idea | 2014-03-18 |
![]() |
[e04e07] Added idea project and gitignore |
application | 2014-03-18 |
![]() |
[4cb125] Remove class files from repository |
parser | 2014-03-18 |
![]() |
[4cb125] Remove class files from repository |
.gitignore | 2014-03-18 |
![]() |
[e04e07] Added idea project and gitignore |
README.md | 2014-03-18 |
![]() |
[0c0161] Added readme and increased version. |
m3u8-parent.iml | 2014-03-18 |
![]() |
[d8bc42] Extended parsing to support EXT-X-STREAM-INF CO... |
pom.xml | 2014-03-18 |
![]() |
[0c0161] Added readme and increased version. |
A java m3u8 playlist parser for Http Live Streaming. See ietf draft http://tools.ietf.org/html/draft-pantos-http-live-streaming-02
for details. See: http://m3u8parser.chilicat.net for JavaDoc and simple Webstart application to test the parser
0.2 - Extended EXT-X-STREAM-INF parsing to support CODECS and BANDWIDTH attributes.
Contribution by feesh
0.1 - Initial Version