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 The Dailymotion integration stop working and a warning is displayed in the browser console: ```This integration method is deprecated. We advise using Player Embeds https://faq.dailymotion.com/hc/en-us/articles/4411096679954-Integrate-your-Player-Embed``` #### Steps to...
#### Current Behavior Any youtube playlist I try to play right after another playlist does not load #### Expected Behavior I play a playlist. I submit a link with another...
I'm implementing a custom player in TypeScript and for this I have a class that extends `BaseReactPlayer`. I initialize `duration`, `currentTime` and `secondsLoaded` to `null`, but I noticed that the...
#### Current Behavior `getInternalPlayer().getVideoData().isLive` is `false` even if the URL provided is live on youtube videos. #### Expected Behavior `getInternalPlayer().getVideoData().isLive` should be true if the youtube URL is a live...
**Current Behavior** Video not loading after a few minutes playing but it's work when onSeek 2 seconds forward, after 3 - 4 minutes again not loading **Expected Behavior** Normal playing...
#### Current behavior When I open an app that uses ReactPlayer and put the browser in full screen and then try to put the video in full screen, it doesn't...
#### Current Behavior When using a custom full screen button to enable full screen mode in the browser, the native full screen controls (such as the browser’s built-in full screen...
#### Current Behavior In Safari onReady or onDuration is not being triggered until the user presses play. #### Expected Behaviour Events should be triggered when the media is loaded like...
### Steps to reproduce 1. Open https://codesandbox.io/p/sandbox/react-player-iphone-seek-issue-ktwh9m 2. Copy the "Preview" URL. 3. Open the preview URL on an iPhone, e.g. iPhone 15 Chrome. 4. Click the "show" button. 5....
#### Current Behavior We use React Player within our SPA to play only self-hosted mp4 video recordings, and it works perfectly, but currently when we build our project for production...