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
Issue: #1918
We are using the react-player package in our project to embed and play YouTube videos. While monitoring logs through Sentry, we noticed recurring "Failed to Fetch" errors. After investigation, we...
Any shot you're working on rumble support any time soon?
I used in nextjs with X-Frame-Options: SAMEORIGIN. Embeding iframe directly in website worked normal. This was iframe that worked: ``
1. Go to the demo page: https://cookpete.com/react-player/ 2. Open the inspector 3. Play a SoundCloud song (`Test A` or `Test B`) 4. A first call is made, without option in...
#### Current Behavior When we use onReady and onError callbacks with streamable, the event from onReady is never fired. #### Expected Behavior When video is loaded the events should be...
Current version 2.16.0 just simple "create react application" build import react-player npm run build > as result \build\static\js 2653 reactPlayerDailyMotion.573a331e.chunk.js 2913 reactPlayerFacebook.b2e7580c.chunk.js 8926 reactPlayerFilePlayer.9d6a3f6e.chunk.js 2495 reactPlayerKaltura.8885caa9.chunk.js 2342 reactPlayerMixcloud.78b0f3d3.chunk.js 5218 reactPlayerMux.830c3de6.chunk.js...
I am using the React-player in my application, When i clicking on PIP(Picture-in-Picture) mode, The PIP player is not opening in main Dom, it is opening in a separate window....
We are using React player and facing accessibility below issues. How to rectify focus contrast and voiceover issues while using VDI in safari browser. - Keyboard focus contrast for video...
#### Current Behavior When using `ReactPlayer` in a Next.js project with the `--turbo` flag enabled, audio is duplicated starting from version `2.14` up to `2.16` of `react-player`. The issue does...