React media container component to help build video & audio players.
Please refer to example/index.jsx
until then.
This library makes heavy use of context, please be advised that with new releases of React the way context is handled in this library is subject to change.
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/
- Show time/thumbnail preview when hovering seekbar
- Subtitle support
- Forward / Rewind public methods
- Playback speed option
- Keyboard friendly
- ARIA a11y ready
- Add tests
- Check browser support
- Add SoundCloud API support