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

**Description:** I'm currently unable to enable Picture in Picture (PiP) mode for YouTube videos in my ReactPlayer component. I've set up the state for the ReactPlayer as follows: ```javascript const...

README had the old default version numbers for `hlsVersion` and `dashVersion`, so this PR is to update those. Copied the new version numbers from `react-player/src/props.js`

Please add , panda vídeos (https://www.pandavideo.com.br)

Issue already opened and closed but i'm opening it again as the workaround given: "I recommend listening to the onProgress event and comparing the current time with the duration and...

Could not find any ways to stop the default play option and give a custom play button and a new look for the player

Hi @cookpete , Found this 5 year old Issue related to Widewine. https://github.com/CookPete/react-player/issues/596 Can you please let me know if the answer is still valid ? :)

Be sure to [search for your issue](https://github.com/CookPete/react-player/issues) before opening a new one. #### Current Behavior Video's from Dailymotion not playing #### Expected Behavior Video's should play #### Steps to Reproduce...

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...

#### Current Behavior I can't find how to authorize requests with JWT token. #### Expected Behavior I want to be able to display video's which require authorization by JWT token....

Updated the default versions of hls.js and dash.js on readme based on props.js https://github.com/cookpete/react-player/blob/3cda23fd0d43e747b8b8d2b58f04ceb6173b3552/src/props.js#L185-L186 Props are used here https://github.com/cookpete/react-player/blob/3cda23fd0d43e747b8b8d2b58f04ceb6173b3552/src/players/FilePlayer.js#L163-L201