Fork from [mderrick/react-html5video](https://github.com/mderrick/react-html5video)
## extension
+ Add speed/playbackRate control
+ ie9 support. (fullscreen feature only support ie11.)
Install dependencies.
```bash
$ npm install
```
Start server.
```bash
$ npm start
```
Build dist.
```bash
$ npm run build
```