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

### Issue: Shortcuts don't have pop-ups. ### Steps To Reproduce: - Open Safari - Navigate to https://www.vidstack.io/player/demo - Use keyboard shortcuts ### Environment: Device: Macbook, M3 OS: macOS, 15 Beta...

bug

### Current Behavior: When I `replay` the vidstack player with a YouTube video via button on the bottom left, the video plays initially but then seems to stop buffering permanently....

bug

### Current Behavior: After setting the `disabled` prop on `media-time-slider`, it still responds to keyboard events when focused. ### Expected Behavior: `media-time-slider` should not respond to keyboard events when `disabled`...

bug

Allow display of audio waveform visualization Examples: * https://codeacme17.github.io/1llest-waveform-vue/ * https://thom4parisot.github.io/vue-waveform-template/

feature

Subtitle synchronization feature in VLC. In this way, they will be able to synchronize the subtitles they add later. ![resim_2024-08-03_173921996](https://github.com/user-attachments/assets/20967068-b7e9-498f-94b1-b10fe9b02cca)

feature

### Current Behavior: Attempting to implement closed captions / subtitling for my video embed component in vue/nuxt - however when outputting the player embed as `player.textTracks`, there are no text...

bug

### Current Behavior: The video player automatically starts playback when `autoplay` is set to `true`, even when the user has enabled reduced motion settings in their system preferences. This behavior...

bug

### Current Behavior: I've installed Vidstack into a Next js (v14.1.0) monorepo. To my surprise when I build the project and see the weight using the nextjs-bundle-analyzer I'm seeing that...

bug

### Current Behavior: Somtimes, vidstack creates a duplicate media-controls element inside media-audio-layout. It looks like this: ![image](https://github.com/vidstack/player/assets/67276662/0ee96117-f4dd-43ea-a465-a50fa4dcb292) ### Expected Behavior: This shouldn't happen. ### Steps To Reproduce: Sometimes it happens,...

bug

### Current Behavior: When youtube or vimeo provider are getting destroyed they are throwing a "provider destroyed" error. Problem is already mentioned in a discussion: #1378 ### Expected Behavior: No...

bug