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
Hello, I would like to request an enhancement for the light mode feature. Currently, we have the option to change the `previewTabIndex`, which is great for accessibility. However, I would...
In this commit, an `aria-label` attribute has been added to the Preview component. This change ensures that the Preview component is now more compliant with accessibility standards.
#### Current Behavior Using any v2.x.x `ReactPlayer` component results in errors when rendered with Fresh: ```bash [Error] Error: Missing Suspense. The throwing component was: ReactPlayer (anonymous function) (main.js:8:842) I (chunk-HGUCLWZ2.js:1:7033)...
Draft/suggestion for #1631. The `typeof document` check is needed for Deno environments, as `window` is part of the runtime API.
Hey guys, i'm using the react-player and i having a issue to find the error when happens using the HLS video Here's the code The config file: ``` const config...
Hi, We use `react-player` in our open source project [celluloid](https://github.com/celluloid-camp/celluloid), a small contribution to add support for [PeerTube](https://docs.joinpeertube.org/api-embed-player) videos. Its follow the same structure from other players component. Peertube is...
Hi I'm tryng to play some videos, but I have this Console Error: [MSEController] > Failed to execute 'appendBuffer' on 'SourceBuffer': This SourceBuffer has been removed from the parent media...
#### Current Behavior I have a list of videos (like a reels). I use video without poster because of iOS issue, on iOS douple tap was needed. Videos are deployed...
There should be an example in the /example dir of how to mock the React Player for tests. I have a component MyComponent which uses the React Player. When i...
#### Current Behavior The video player stays on error state without triggering error event #### Expected Behavior I should get the error event called so I can handle it as...