diff --git a/README.md b/README.md index 92ab14b..0c38949 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Open the example player site https://hls-js.netlify.app/demo/ and play the `http://localhost:8000/playlist.m3u8` playback URL.