react-media-player
react-media-player copied to clipboard
React audio and video player.
I find this Palyer is base on HTML5 Player
As of version M71 (December 2018), Chrome has disabled autoplaying sound and video (https://goo.gl/7K7WLu). This line: ``` import { controls, Media, Player } from 'react-media-player'; ``` will trigger the warning...
in Firefox if I import Player (and even don't use it) after the first site update in browser will appear this error: InvalidStateError: An attempt was made to use an...
Roadmap
### Roadmap - [ ] Multiple sources support - [ ] Show time/thumbnail preview when hovering Seekbar - [ ] Subtitle support - [ ] Playback speed option - [x]...
When running npm install on windows I get the following error: > > [email protected] prebuild D:\srchome\github\react-media-player > > rm -rf dist && mkdir dist > > 'rm' is not recognized...
inspiration: https://dialogs.github.io/dialog-web-components/#AudioPlayer-container https://codepen.io/nikname/pen/XjKOyZ https://dribbble.com/shots/3800498-coachella-concept circle player: https://devstark-com.github.io/vue-circle-slider-demo/
When I am going on single post page first time, youtube player not autoplay, the iframe is not generated. I need to refresh the page to play the video. After...
Hi, I 'm building the video player control by the back end. So I need to handle all event to control video. But I can't do it with Pause/Play default...
Since we're most likely building UI controls with the `withMediaProps` HoC. I think having the ability to whitelist or even blacklist updates that we don't care about could be cool....