Update README.md
This commit is contained in:
parent
bf457185b6
commit
442146887e
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ Progress:
|
|||
- [x] Write HLS playlist m3u8 file;
|
||||
- [ ] Signal to acquire segment stream;
|
||||
- [ ] Signal to acquire HLS playlist stream;
|
||||
- [ ] Delete old segments;
|
||||
|
||||
## Example Usage
|
||||
|
||||
|
@ -40,4 +41,4 @@ cd $PROJECT_DIR
|
|||
python simple_http.py
|
||||
```
|
||||
|
||||
Open the example player site https://hls-js.netlify.app/demo/ and play the `http://localhost:8000/playlist.m3u8` playback URL.
|
||||
Open the example player site https://hls-js.netlify.app/demo/ and play the `http://localhost:8000/playlist.m3u8` playback URL.
|
||||
|
|
Loading…
Reference in a new issue