Zorn/TODO.md

22 lines
984 B
Markdown
Raw Permalink Normal View History

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