Allow for Multi-Instances of the Player on one page #1

Merged
Korbs merged 6 commits from multi-instance into main 2024-11-04 19:56:12 -05:00
Showing only changes of commit d2826b3de2 - Show all commits

View file

@ -3,11 +3,11 @@
- [ ] Multi-Video Tracks ([`videoTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/videoTracks)) - [ ] 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)) - [ ] 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)) - [ ] Playback Rate ([`playbackRate`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playbackRate))
- [ ] Add Picture-in-Picture button - [x] Add Picture-in-Picture button
- [x] Volume Controller - [x] Volume Controller
- [ ] Mobile Gestures - [ ] Mobile Gestures
- [ ] Cast Support - [ ] Cast Support
- [ ] Allow for multiple players on one page - [x] Allow for multiple players on one page
- [ ] 360 Video Support - [ ] 360 Video Support
- [ ] Milieu Settings - [ ] Milieu Settings
- [ ] Mode (Default | Fullscreen) - [ ] Mode (Default | Fullscreen)