Update TODO
This commit is contained in:
parent
6f4cbd3d9d
commit
2474a3d62e
1 changed files with 6 additions and 6 deletions
12
TODO.md
12
TODO.md
|
@ -1,20 +1,20 @@
|
|||
- [x] Support HLS (HTTP Live Streaming)
|
||||
- [x] 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))
|
||||
- [x] Add Picture-in-Picture button
|
||||
- [x] Volume Controller
|
||||
- [x] Mobile Gestures
|
||||
- [ ] Cast Support
|
||||
- [x] Allow for multiple players on one page
|
||||
- [ ] 360 Video Support
|
||||
- [x] Remove Iconoir's Vue package, [replace with CSS](https://iconoir.com/docs/packages/css)
|
||||
- [x] Milieu Settings
|
||||
- [x] Mode (Default | Fullscreen)
|
||||
- [x] Speed
|
||||
- [x] Blur
|
||||
- [x] Scale
|
||||
- [x] Subtitles ([`textTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/textTracks))
|
||||
- [x] Playback Rate ([`playbackRate`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playbackRate))
|
||||
- [ ] 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))
|
||||
- [ ] Cast Support
|
||||
- [ ] 360 Video Support
|
||||
- [ ] Modes
|
||||
- [ ] Audio-Only
|
||||
- [ ] Pop-Up
|
||||
|
|
Loading…
Reference in a new issue