-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b25319
commit d39cab9
Showing
8 changed files
with
1,584 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,18 @@ | ||
## React Media Player 0.0.2 | ||
## React Media Player 0.1.0 | ||
|
||
React media container component to help build video & audio players. | ||
|
||
## TODOS | ||
|
||
- [x] Fix Progress component | ||
- [x] Fix Volume getting locked up when player is muted | ||
- [x] SeekBar crashes Safari | ||
- [x] Playlist feature | ||
- [ ] Loading new videos for Youtube/Vimeo | ||
- [ ] Loading state to allow loaders for loading big/new media | ||
- [ ] Show time/thumbnail preview when hovering seekbar | ||
- [ ] Subtitle support | ||
- [ ] Forward / Rewind | ||
- [ ] Forward / Rewind public methods | ||
- [ ] Playback speed option | ||
- [ ] Keyboard friendly | ||
- [ ] ARIA a11y ready | ||
- [ ] Move controls into addons | ||
- [x] Fullscreen control example | ||
- [ ] Add tests | ||
- [ ] Check browser support | ||
- [ ] Add SoundCloud API support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.