Giter Site home page Giter Site logo

react-flow-player's People

Contributors

amanagarwal041 avatar amanaggradeup avatar mohsinqk avatar niksrc avatar pc9 avatar sanjeev0291 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

react-flow-player's Issues

Playlist support

Hi,

I am using react-flow-player in my project and need to implement a playlist for the videos.
Like this Classic Playlist.

I went through the docs couldn't find the option for the playlist. I am sorry If I missed it in docs.

Mute prop?

How can i run a video in autoplay with MUTED state?

flowplayer.min.js as 3rd party library

Hi and thanks for React Flowplayer,

I see that in playerInitScript a URL is provided to access FlowPlayer. However, at my organization we have bought licence for FlowPlayer and we would like to include the proper 3rd party library instead of a URL. Is it possible to include the flowplayer.min.js this way?

Thanks in advance.

Wrong version on NPM

Hey, you forgot to build before deploying, the version on NPM has the correct src folder but the dist folder has the wrong files

TypeScript Support

Is there any possibility of adding TypeScript support via a .d.ts file resolving the types? I don't think it would be too tough since everything is basically a string or a boolean, but I am curious.

share button hide

Hi , I want to hide the share button, but I didn't find the props,how can I hide the button ?

How to change to another source

I have an array of sources in my state which wish to dynamically assign to react-flow-player depending on user click.
Should doing this work? So that I dynamically change this.state.current to an array containining a new link

<ReactFlowPlayer  
            title={this.state.title}  
            playerId="reactFlowPlayer"  
            playerInitScript="http://releases.flowplayer.org/7.2.1/flowplayer.min.js"  
            live={true}  
            hlsPlugin={true}  
            hlsUrl={  
              'https://releases.flowplayer.org/hlsjs/flowplayer.hlsjs.light.min.js'
            }  
            autoplay={true}  
            className=""  
            onError={(event, config, error) => {  
              console.log(  
                'Player.jsx::error::event',  
                event,  
                'config',  
                config,  
                'error',  
                error  
              );  
            }}  
            onResume={(event, config) => {  
              console.log('Player.jsx::resume::event', event, 'config', config);  
            }}  
            sources={this.state.current}  
          />```

Support For Subtitles

hey , its great but i am little confused on how to provide subtitles or i doubt whether it supported yet or not . correct me if am wrong

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.