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 #### Expected Behavior #### Steps to Reproduce 1. 1. 1. #### Environment - URL attempting...

Hello all: I'm trying to use this component to play a youtube video of mine: my imports look like this: import React from "react"; import ReactPlayer from 'react-player'; And i...

#### Current Behavior videos experience significant delays and glitches on playback. The default value is set to 'false' #### Expected Behavior video chunks are preloaded, and play smoothly, delivering a...

See plan at https://github.com/cookpete/react-player/discussions/1843 BREAKING CHANGES: TS, function comps, remove some providers, use media-elements, etc... - [ ] passing provider (custom media) settings - [ ] uncomment tests and make...

How to add origin attribute on iframe ? ``` https://developers.google.com/youtube/player_parameters?playerVersion=HTML5

#### Current Behavior After building with vite and providing a youtube music url, the player shows 'Video Unavailable'. Same behavior when using 127.0.0.1 or local lan 192.x.x.x. Possibly a problem...

could they be any vue js version for this ?

This is an updated version of https://github.com/cookpete/react-player/pull/1603 which adds spotify support , it has the latest spotify embed url api, and also loads properly the sdk globaly

This update introduces support for embedding Gumlet player using an iframe tag. Thank you for your attention and consideration.

Thanks for the work on react-player, it's amazing. I've found - if the url is say a YouTube hosted video, when using the progress bar, it jumps to and plays...