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: Vimeo HLS Stream not playing when using preferNativeHLS in Safari 18 on MacOs. ### Expected Behavior: Stream plays, as it does when using a video tag with...

bug

When using an audio only playlist the dash provider throws an error: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'bitrateList') at DASHController.onManifestLoaded_fn (vidstack-dash.js:182:18) ```

bug

### Current Behavior: when loading the audio resource[aac/wav] via a valid URL, the player runs into Media Error ### Expected Behavior: Audio is able to play the audio file according...

bug

### Current Behavior: It seems both ways of canceling the `onMediaSeekRequest` from the [Docs](https://www.vidstack.io/docs/player/core-concepts/events#cancelling-requests) functionally work but the Thumb still moves to the seeked position. When the player is playing...

bug

### Current Behavior: When a user loads a site with vidstack in an Android Mobile WebView, `localStorage` is not always available (depending on the WebView). Therefore the following error is...

bug

View on iPhone to see issue. Repro is on the vidstack demo page, go to Vimeo as the provider and change playsinline to false. Stackblitz repro, click on Vimeo and...

bug

Probably connected to my [other bug report](https://github.com/vidstack/player/issues/1395).. as it seems to have all happened during the same updates of Vidstack when a few changes to Youtube were being made on...

bug

### Current Behavior: When using the Vidstack video player in a page where Radix/ScrollArea is implemented, a conflict arises due to the shared CSS variable --slider-pointer between both components. This...

bug

### Describe: I've built a slider that allows me to modify `clipStartTime` and `clipEndTime` on a player, however using Vidstack's slider, I'm only able to do so on a whole...

feature

### Current Behavior: Attempting to use the React vidStack (1.12.11) from the installation docs and running into an error: Was able to pull this package down and trace it to...

bug