-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jeongmin
committed
Nov 17, 2017
1 parent
a2ae32e
commit e5549c6
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# hls-reader | ||
Apple HLS m3u8 format reader | ||
This is a reader of M3U8 format. M3U8 format is used in [Apple's HLS protocol](https://developer.apple.com/streaming/). You can see m3u8 format presented by tree structure. | ||
|
||
This project is built on a M3U8 Parser below. | ||
[M3U8](https://github.com/grafov/m3u8) | ||
|
||
## Screenshot | ||
![Screenshot of HLS READER](https://github.com/jeongmin/hls-reader/blob/master/screenshot.png?raw=true) | ||
|