From cbc06d83ed49034325bdb7154acd54dcc44ea6a5 Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 1 Nov 2024 21:38:22 -0400 Subject: [PATCH] Update TODO --- TODO.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..99e6d3b --- /dev/null +++ b/TODO.md @@ -0,0 +1,15 @@ + - [x] Support HLS (HTTP Live Streaming) + - [ ] Subtitles ([`textTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/textTracks)) + - [ ] Multi-Video Tracks ([`videoTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/videoTracks)) + - [ ] Multi-Audio Tracks ([`audioTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/audioTracks)) + - [ ] Playback Rate ([`playbackRate`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playbackRate)) + - [ ] Add Picture-in-Picture button + - [ ] Volume Controller + - [ ] Mobile Gestures + - [ ] Cast Support + - [ ] Allow for multiple players on one page + - [ ] Modes + - [ ] Audio-Only + - [ ] Pop-Up + - [ ] Presentation + - [ ] Inline \ No newline at end of file