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

One function I need to complete is that even if the iframe page is full screen by default, the video inside can still be full screen, but allowfullScreen and screenfull...

there is a problem with the reg ex for the europe subdomains of Kaltura videos see : https://knowledge.kaltura.com/help/configuring-your-firewall-rules-to-access-kaltura-products?locale=fr solution proposed: change file https://github.com/cookpete/react-player/blob/master/src/patterns.js export const MATCH_URL_KALTURA = /^https?:\/\/[a-zA-Z]+\.kaltura.(com|org)\/p\/([0-9]+)\/sp\/([0-9]+)00\/embedIframeJs\/uiconf_id\/([0-9]+)\/partner_id\/([0-9]+)(.*)entry_id.([a-zA-Z0-9-_].*)$/ to export...

#### Current Behavior `FilePlayer.canEnablePIP` returns always `false` even if the feature is supported because it seems to be undefined here https://github.com/cookpete/react-player/blob/9d582014ebd7d62a0f408f4959489a49c04e4a66/src/ReactPlayer.js#L41 #### Expected Behavior `FilePlayer.canEnablePIP` returns `true` when it should...

Using the [Spotify Iframe API](https://developer.spotify.com/documentation/embeds/references/iframe-api), we can embed and control spotify tracks and episodes. Some things can't be controlled, like playback speed and volume, but otherwise, toggling pause/play, setting the...

#### Current Behavior When the `playing` prop toggles between true and false in quick succession, or the `url` prop changes soon after the `playing` props is set to true, these...

This is a continuation of a previous ticket (which is currently marked closed) but I wanted to bring attention to it https://github.com/CookPete/react-player/issues/329 When switching videos or toggling options with Config,...

#### Current Behavior i just wrote one line of code like the one in the example. Then I got an error like the issue title #### Expected Behavior No errors...

#### Current Behavior When using React Player for HLS media, the `onReady` callback is invoked after some [HLS events](https://github.com/video-dev/hls.js/blob/master/docs/API.md#runtime-events) have already occurred (e.g. MANIFEST_LOADING, 1st FRAG_CHANGED, etc). #### Suggested Soution...

[Rumble](https://rumble.com) would be a good addition to the list of players.

enhancement

I want to make a playlist, when one song ends to auto-play the next. I use youtube links. I use "onEnd", i change the state that "url" reads, i use...