GithubHelp home page GithubHelp logo

feawesome / react-awesome-player Goto Github PK

View Code? Open in Web Editor NEW
64.0 1.0 27.0 663 KB

๐Ÿ”ฅ video.js component for React

Home Page: https://feawesome.github.io/react-awesome-player

JavaScript 48.78% HTML 3.05% CSS 48.17%
react videojs react-video react-awesome react-video-player react-awesome-player

react-awesome-player's People

Contributors

feawesome avatar returnzp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

react-awesome-player's Issues

.mov files not playing

I'm only getting the audio of my videos when attempting to play .mov files.

Is this expected behavior?

Can't resolve './index.css'

I'm getting error Module not found: Can't resolve './index.css' in 'D:\development\videojstest\node_modules\react-awesome-player\lib'

I can't find index.css anywhere in the npm package so I'm guessing there is a missing dependency.

Missing index.css in last npm package

After upgrading to version 1.0.12 missing file had appear:

Module not found: Can't resolve './index.css' in '/mnt/d/projects/kiap-demo/node_modules/react-awesome-player/li
b'

multi source for play

Hi.
In advanced ,Thank you for your great video player.
I want to use multi sources for playing..in my case i want when my first video ends it goes automaticly the next video and play it...i try a lot of ways but i couldnt,,
Can You Help ME plz :((

Multiple video source not working?

I have this code on my components, but the player is only playing the first video. Did I miss something on configuration?

<ReactAwesomePlayer
    onRef={video => { console.log(video) }}
    options={
    	sources:{[
    		{
		        type: "video/mp4",
		        src: "https://cdn.theguardian.tv/webM/player1.webm"
      		},
      		{
      			type: "video/mp4",
		        src: "https://cdn.theguardian.tv/webM/player2.webm"
      		}
  		]},
      autoplay
      muted
}/>

Use plugins

Hi, I want to use videojs-max-quality-selector or videojs-chromecast with this, how can I do that ?

Control video resolution.

Is there any way to control video resolution ?

How can i use that in this plugin & what option i need to set ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.