Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 933 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 933 Bytes

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, 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

  • 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