https://github.com/juanpablocs/react-vplayer
A React Video HTML5 Player Component with support to Chromecast + Qualities + Subtitle + VAST
https://github.com/juanpablocs/react-vplayer
react-player react-video react-vplayer videoplayer
Last synced: 6 months ago
JSON representation
A React Video HTML5 Player Component with support to Chromecast + Qualities + Subtitle + VAST
- Host: GitHub
- URL: https://github.com/juanpablocs/react-vplayer
- Owner: juanpablocs
- Created: 2019-06-23T02:26:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T22:47:30.000Z (about 6 years ago)
- Last Synced: 2025-04-14T01:52:52.144Z (6 months ago)
- Topics: react-player, react-video, react-vplayer, videoplayer
- Language: TypeScript
- Homepage:
- Size: 70.9 MB
- Stars: 17
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-vplayer
demo video player https://codesandbox.io/s/react-video-player-7kxwx
## Install
```
npm i react-vplayer --save
```## Usage
```js
import VPlayer from 'react-vplayer';```