-
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
fbf1328
commit f4569a3
Showing
32 changed files
with
2,853 additions
and
1,003 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## CHANGELOG | ||
### 0.2.0 | ||
Complete rewrite, better API, use of context in place of spreading props. |
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,18 +1,43 @@ | ||
## React Media Player 0.1.0 | ||
## React Media Player 0.2.0 | ||
|
||
React media container component to help build video & audio players. | ||
|
||
## Docs Coming Soon | ||
|
||
Please refer to `example/index.jsx` until then. | ||
|
||
## Warning | ||
|
||
This library makes heavy use of [context](https://facebook.github.io/react/docs/context.html), please be advised that with new releases of React the way context is handled in this library is subject to change. | ||
|
||
## Running Locally | ||
|
||
clone repo | ||
|
||
`git clone git@github.com:souporserious/react-media-player.git` | ||
|
||
move into folder | ||
|
||
`cd ~/react-media-player` | ||
|
||
install dependencies | ||
|
||
`npm install` | ||
|
||
run dev mode | ||
|
||
`npm run dev` | ||
|
||
open your browser and visit: `http://localhost:8080/` | ||
|
||
## TODOS | ||
|
||
- [ ] 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 public methods | ||
- [ ] Playback speed option | ||
- [ ] Keyboard friendly | ||
- [ ] ARIA a11y ready | ||
- [ ] Move controls into addons | ||
- [ ] Add tests | ||
- [ ] Check browser support | ||
- [ ] Add SoundCloud API 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.