An open API service indexing awesome lists of open source software.

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

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';

```