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