Zorn/TODO.md

22 lines
981 B
Markdown
Raw Normal View History

2024-11-01 20:38:22 -05:00
- [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))
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-01 20:38:22 -05:00
- [ ] Mobile Gestures
- [ ] Cast Support
2024-11-04 19:54:20 -05:00
- [x] Allow for multiple players on one page
2024-11-04 13:39:11 -05:00
- [ ] 360 Video Support
2024-11-09 11:16:27 -05:00
- [ ] Remove Iconoir's Vue package, replace with their SVG code
2024-11-04 13:39:11 -05:00
- [ ] Milieu Settings
- [ ] Mode (Default | Fullscreen)
- [ ] Speed (Default | Instant | Slow)
- [ ] Blur
- [ ] Scale
2024-11-01 20:38:22 -05:00
- [ ] Modes
- [ ] Audio-Only
- [ ] Pop-Up
- [ ] Presentation
- [ ] Inline