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

#### Current Behavior When I seek/scrub an mp3 url I keep getting this error intermittently. ![image](https://github.com/cookpete/react-player/assets/357601/9161c581-e8e1-469f-8c2a-15531ecb3050) When this happens nothing happens when I toggle play/pause. onBuffer triggers but nothing after...

#### Current Behavior When you use FilePlayer (html5) each time the user click on play - autoplay attribute is added. And versa, clicking in pause - autoplay attribute is removed....

I have a Next.js application in it using the ReactPlayer to play a streaming, this streaming comes with the m3u8 format. But when I run it in Safari Desktop it...

#### Current Behavior When autoplaying on Safari (initializing `playing` as `true`), the video glitches a bit at the beginning and the `played` progress will sometimes go backwards a split second...

Be sure to [search for your issue](https://github.com/CookPete/react-player/issues) before opening a new one. ✅ #### Current Behavior Turning phone from landscape to vertical makes video overflow screen #### Expected Behavior It...

#### Current Behavior Video is autoplaying on desktop but not playing on mobile devices #### Expected Behavior Working on all kind of devices #### Steps to Reproduce ``` ``` ####...

#### Current Behavior This is only happening on Youtube videos, and only on mobile devices. For a Youtube video with `playing: false` & `controls: false`, only the video starts playing...

When using react-player to play MPEG-DASH streaming media files, each streaming media file needs to be encrypted and played. It is necessary to add a header field or add a...

#### Current Behavior I am generating a web page with the ability to watch different videos on the given page. I am only loading one ReactPlayer object and using useState...