From 442146887e9126b0d5ba733398bc086a4c793cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Car=C3=ADcio?= Date: Sat, 15 May 2021 01:29:59 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.