player icon indicating copy to clipboard operation
player copied to clipboard

UI components and hooks for building video/audio players on the web. Robust, customizable, and accessible. Modern alternative to JW Player and Video.js.

Results 247 player issues
Sort by recently updated
recently updated
newest added

### Current Behavior: The player fails to load or display a video when the src attribute is set to a YouTube Shorts URL with the format https://www.youtube.com/shorts/zwMEhBq4kYM. ### Expected Behavior:...

bug

I believe the player is missing the rewind function: e.g. player.rewind(0.25). Can we have this added to the player?

feature

The player layout breaks as soon as I add the line blow to my Svelte component: ``` ``` - Framework: Svelte - Meta Framework: SvelteKit - Node: v23.6.1 - Device:...

bug

### Current Behavior: In the Android Edge app, after the screen opens, in autoplay mode lthe controller layer on the player does not automatically hide and the replay button is...

bug

when Im using streamType = 'll-live:dvr', the duration of the video will stuck at 10s and the progress bar will also only go until -10s, and it always auto seek...

bug

### Current Behavior: I have something similar to this to autoplay a Vimeo video. ``` ... const onProviderChange = (event: MediaProviderChangeEvent) => { const provider = event.detail; // We can...

bug

**Can you add feature watermark in video as overlay?** the watermark can be setting ini top left, top right, botom right, center and etc. watermark alaways in frame of video,...

feature

### Current Behavior: I have multiple buttons that show videos on the same location in the page. To do this I keep an array of node subtrees of each player...

bug

### Current Behavior: ![image](https://github.com/user-attachments/assets/5308fbef-b50b-4ddf-8371-7650020d2e6c) Refused to set unsafe header "Referer" ### Expected Behavior: Need to set custom header ### Steps To Reproduce: ``` function onProviderChange( provider, ) { if (isHLSProvider(provider))...

bug

### Current Behavior: When I am on a touchscreen device, if I play a video with stream type = 'live', swiping left or right on the video makes the time...

bug