Skip to content

jeongmin/m3u8-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M3U8 format reader

This is a reader for M3U8 format used in Apple's HLS protocol. You can see m3u8 format represented by tree structure and also see it as raw text.

This project is built on a M3U8 Parser below.

M3U8 parser created by Alexander Grafov

Test Page

You can test here.

http://220.230.118.50:8080/

Links for test

Screenshot

Screenshot of HLS READER

TODOs

  • Add tooltips for describing fields that associated with them.
  • Download all .ts files in a specific media playlist.
  • Add SEO to the test page.
  • Apply ssl to the test page.

License

This project covered by BSD 3-clause license. See LICENSE for the full text.