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

It would be very nice if you add "src" property for AudioTrack like it already is in TextTrack.

feature

### Current Behavior: Following the setup guide from the docs, when playing youtube videos (in my test is youtube livestream), player sometimes got stuck on load, or only playing the...

bug

### Current Behavior: This comes from an old Plyr issue: https://github.com/sampotts/plyr/issues/1836 When the viewport becomes narrow, the volume slider takes up all the space and makes the time slider unusable....

bug

### URL: https://vidstack.io/docs/player/getting-started/installation/svelte/?bundler=sveltekit&provider=video&styling=default-layout The URL of an existing or new documentation page that is being addressed. ### Describe: Example shows This link takes you to a Closed caption file not...

docs

For YouTube videos, after starting the video, the video starts to freeze when I press the middle section of the progress bar after rewinding the video.

bug

#### Description When attempting to exit Picture-in-Picture mode, the Vidstack player throws the following error in the console: ``` vidstack-DUlCophs.js:4913 Uncaught (in promise) TypeError: Cannot read properties of null (reading...

bug

### Related: Fixes picture-in-picture mode getting stuck during Next.js route navigation Closes #1723 ### Description: This PR resolves an issue where the media player would remain stuck in picture-in-picture (PiP)...

### Related: Fixes #1599 - Firefox Desktop and Mobile - Settings Menu not showing / correctly - Default Settings ### Description: Resolves menu invisibility in Firefox by disabling the problematic...

Current Behavior: When attempting to programmatically restart a YouTube video (by setting player.currentTime = 0 or using remote.seek(0)), the player throws an Uncaught TypeError: K.Wp.o1 is not a function. This...

bug

### Related: Closes: #1714 ### Description: **Fix YouTube Provider Seek Issues by adding `allowSeekAhead` parameter** This PR fixes a critical issue in the YouTube provider where seeking operations (especially `currentTime...