-
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
6552e04
commit 4ae10df
Showing
1 changed file
with
14 additions
and
3 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,10 +1,21 @@ | ||
## React Media Player 0.0.2 | ||
|
||
React video/audio player. | ||
React media container component to help build video & audio players. | ||
|
||
## TODOS | ||
|
||
- [] Fix Progress component | ||
- [x] Fix Progress component | ||
- [] Playlist feature | ||
- [] Show time preview when hovering scrubber | ||
- [] Show thumbnail preview when hovering scrubber | ||
- [] Show thumbnail preview when hovering scrubber | ||
- [] Subtitle support | ||
- [] Forward / Rewind | ||
- [] Playback speed option | ||
- [] Keyboard friendly | ||
- [] ARIA a11y ready | ||
- [] Make MediaContainer main exposed component | ||
- [] Move controls into addons | ||
- [] Fullscreen control example | ||
- [] Look into adding Youtube video support | ||
- [] Add tests | ||
- [] Check browser support |