Pete Cook

Results 78 comments of Pete Cook

>not related to this issue , but can we add time stamp in audio timeline? @mohitp22 ReactPlayer uses the native browser controls, so adding things like timestamps is not possible....

There are warnings in the readme about both [mobile](https://github.com/cookpete/react-player#mobile-considerations) and [autoplay](https://github.com/cookpete/react-player#autoplay) not always behaving how you want. Unfortunately we are at the mercy of browsers and how they natively deal...

Can you provide a specific example (example code or a codepen) and the browser you are using?

I’ve looked more at this and I cannot figure it out. My initial thought was that the creator of the video has turned off ads for embedded videos, but this...

Great, thanks for clarifying @manutuero. I’ll leave this issue open for visibility, and also maybe as a reminder to make it clear in the README that this repo is now...

Use `config.file.attributes` with `onContextMenu` to disable right clicking the video: ```jsx class Player extends React.Component { render () { return ( e.preventDefault() } } }} /> ) } } ```...

@danmorley What URL are you trying to play and what browser are you using to play it?

@danmorley Does this work for you? https://jsfiddle.net/8dsjy4r3/ The download option in the dots menu should be gone.