Zorn/TODO.md

22 lines
984 B
Markdown
Raw Normal View History

2024-11-01 20:38:22 -05:00
- [x] Support HLS (HTTP Live Streaming)
2024-11-04 19:54:20 -05:00
- [x] Add Picture-in-Picture button
2024-11-02 16:05:48 -05:00
- [x] Volume Controller
2024-11-30 18:13:27 -05:00
- [x] Mobile Gestures
2024-11-04 19:54:20 -05:00
- [x] Allow for multiple players on one page
2024-11-09 12:08:37 -05:00
- [x] Remove Iconoir's Vue package, [replace with CSS](https://iconoir.com/docs/packages/css)
2024-11-11 21:56:07 -05:00
- [x] Milieu Settings
- [x] Mode (Default | Fullscreen)
- [x] Speed
- [x] Blur
- [x] Scale
2024-12-02 19:13:56 -05:00
- [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
2024-11-01 20:38:22 -05:00
- [ ] Modes
- [ ] Audio-Only
- [ ] Pop-Up
- [ ] Presentation
- [ ] Inline