react-player icon indicating copy to clipboard operation
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

Results 265 react-player issues
Sort by recently updated
recently updated
newest added

Be sure to [search for your issue](https://github.com/CookPete/react-player/issues) before opening a new one. #### Current Behavior Video does not load using s3 signed url #### Expected Behavior Video to load ####...

## description In some CSS libraries, there are cases where styles are inherited via the className. When disallowing such className, you may need to develop that specific part of the...

This PR addresses #1460 by removing the memorization of `getConfig` in `src/ReactPlayer.js`. This change prevents stale config renders by ensuring that the latest configuration is always used. Changes: - Updates...

Be sure to [search for your issue](https://github.com/CookPete/react-player/issues) before opening a new one. #### Current Behavior We tested the Wistia player on their official site and observed inconsistent behavior. When we...

#### Current Behavior When pausing the player I'm setting `empty.mp3`. The reason for this is because I want when it starts again to start with the fresh content (newest mp3...

Hi, this Pr is an attempts to provide new configuration options to allow to load hls, dash and flv library from custom domain. I am required to do so to...

Be sure to [search for your issue](https://github.com/CookPete/react-player/issues) before opening a new one. #### Current Behavior Hi, the library is loading libraries such as hls library from external cdn #### Expected...

Tracking changes for v3 on this `canary` branch. - feat!: enable Suspense by default (#1775) - feat!: try out ESM only on canary (#1826) - fix: improve types resolution #1827

here's the error: Unexpected Application Error! Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=object&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings. Error:...

### Bug Fix There is a problem where the `onReady` function in `react-player` isn't being called on IOS when `autoPlay` is `false`. This is because IOS stops loading past metadata...