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: 1/10 chance when opening a modal with a Vidstack Plyr player that it fails to initialize. The video thumbnail appears with a blue circle (missing the play...

bug

### Current Behavior: Videos destroying themselves (when being unmounted) throws Promise rejections that leak into our application and throw an error. ### Expected Behavior: I would expect videos to quietly...

bug

### Current Behavior: ```html ``` Independently of remainder being true or false, the time reminder is shown. toggle function works (but if remainder isn't defined it doesn't). ### Expected Behavior:...

bug

### Related Problem: Vidstack currently provider the HTML5 audio element, which is limited as far as codec support is concerned (so for example .opus audio will not play on iOS,...

feature

### Current Behavior: After following the getting started docs for React + Dash + Default layout in a fresh Vite project, the console fills up with error messages like below....

bug

### Current Behavior: Mounting either the component with `Composition` or the actual component used in `Composition` throws the following error: `TypeError: Cannot read properties of undefined (reading 'component')` ### Expected...

bug

### Related: closes https://github.com/vidstack/player/issues/1522 ### Description: In the Hls.js repository, there are [lines of code](https://github.com/video-dev/hls.js/blob/85c3cecd213ac8a0e26db52ee80ca36bfb2fcd4c/src/controller/buffer-controller.ts#L298) that remove video sources and set `disableRemotePlayback` to `true`. In your `vidstack/player` code, I found...

Closes #1463 Feel free to make any changes, thanks.

### URL: https://vidstack.io/docs/player/components/layouts/default-layout/?styling=default-theme ### Describe: I have found documentation on replacing/styling all components of vidstack except the main play button that is rendered when selecting load=play. ![CleanShot 2024-12-21 at 01...

docs

### Current Behavior: Captions are invisible on firefox when player is in audio viewType with default layout. ### Expected Behavior: Captions are visible ### Steps To Reproduce: 1. Go to...

bug