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
Aims to fix issue: #1692 For array of URLs, we are rendering `` tags. Errors on these tags do not trigger the parent players error event. So created a `handleSourceError`...
#### Current Behavior Store reviewers are rejecting extensions with `react-player` as a dependency #### Expected Behavior Store reviewers not to reject `react-player` as a dependency #### Steps to Reproduce 1....
Be sure to [search for your issue](https://github.com/CookPete/react-player/issues) before opening a new one. #### Current Behavior The types for `[email protected]` are incorrect when using ESM (eg. `"type": "module"` in `package.json`) and...
#### Current Behavior Tried to display a Vidyard video using react-player and the controls can not be hidden #### Expected Behavior The native player controls should be disabled and hidden...
#### Current Behavior If I rendered more than video with the same url in different positions of the page, the listener like onPlay will trigger for both of the videos...
#### Current Behavior When chosen to play via AirPlay with **file** player, the airplay logo appears in player but then video continues to play in browser. #### Expected Behavior The...
Be sure to [search for your issue](https://github.com/CookPete/react-player/issues) before opening a new one. #### Current Behavior Actually when you want to paste a Youtube Clip in the custom URL, le link...
Current Behavior React Player does not seem to work with HLS sources on iPhone devices, even on the demo page: https://cookpete.com/react-player/ Expected Behavior React Player should be able to play...
I am using react-player to stream the m3u8 video that requires authorisation token to be accessible. Below is my react-player configuration { const authToken = getAuthToken(); xhr.setRequestHeader("Authorization", `${authToken}`); }, },...
Reference to #653 This is still an issue. Have tried every which way to get Authentication into the header, but cannot make it work. Can you please provide a working...