react-player
react-player copied to clipboard
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
#### Current Behavior When a page has many instances of ReactPlayer, no video will ever play in iOS Safari. This doesnt happen on desktop, or even on Safari desktop. This...
#### Current Behavior While in StrinctMode/DevMode, React mounts component twice. ReactPlayer prevents initialization of player and loading sources when player is already instantiated: Player.js: ``` handlePlayerMount = player => {...
This issue is related to #434, though it has been 5 years, so hopefully something has changed. Note, I am a web dev noob. I'm working on adding CSRF protection,...
#### Current Behavior I have embedded (from vimeo) a couple of videos that are muted and autoplay on page load and it all works fine, but I am receiving errors...
I believe there is an issue with the way React Player displays the language options for captions on DASH videos. #### Current Behavior When viewing a DASH video in the...
[asciinema](https://asciinema.org/about) is a free and open source solution for recording terminal sessions and sharing them on the web. Since `asciinema` is a casting format that's basically a text file rather...
Be sure to [search for your issue](https://github.com/CookPete/react-player/issues) before opening a new one. #### Current Behavior Is there any way to let me get the video frame number for each 200ms?...
#### Current Behavior The Mixcloud embed widget has its own subdomain. https://www.mixcloud.com/widget/iframe/ became https://player-widget.mixcloud.com/widget/iframe/. Mixcloud redirects automatically to [player-widget.mixcloud.com](https://player-widget.mixcloud.com), except on mobile. On mobile, Mixcloud redirects to [m.mixcloud.com](https://m.mixcloud.com) which results...
#### Current Behavior **The video won't start at all** #### Expected Behavior The video should start #### Steps to Reproduce 1. React player 2.11.0 2. playing = true 3. loop...
Is there a way to know what frame (relative to the start of the HLS stream) is the current frame playing? I have a need to know the absolute frame...