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: Hi 👋 I know the Plyr layout is made to be identical to the Plyr package, which Vidstack aim to replace, but I think it should still...

bug

### URL: https://vidstack.io/docs/player/getting-started/installation/vue/?bundler=vite&provider=video&styling=default-layout ### Describe: I think it should be `title` and not `.title`. Same for `.src` and `.thumbnail`, should be `src` and `thumbnail`. This also apply to the Nuxt...

docs

### Current Behavior: the 'Play Button' is shown at center of video when video is already playing ### Expected Behavior: Show 'Pause button' as bottom when video is playing ###...

bug

### Current Behavior: ```html ``` we call this element `btn`, we found `btn.defaultPressed == true` while `btn.pressed == false` ### Expected Behavior: ```js btn.defaultPressed == true btn.pressed == true ```...

bug

### Related: Issue: #1688 ### Description: `addCue` now checks if the cue's identifier has already been processed. Duplicate cues (by identifier) are ignored. **Why duplicates occur:** Segmented WebVTT files can...

### Current Behavior: When playing HLS streams with segmented WebVTT subtitle tracks, the same caption text appears twice on screen, using both `` component or ``. The segmented WebVTT files...

bug

### Description: Fix poster attribute only being set when nativeControls is enabled. The poster was incorrectly conditional on nativeControls in both the core provider element and React provider, causing poster...

### Related Problem: Requested last year in https://github.com/vidstack/player/issues/1176. Since it was said "it's not planned for now", I'd like to ask again after more than a year 😊 ### Describe:...

feature

Hello, I'm using vidstack@next and trying to provide custom SVG icons inside the component using the custom-icons attribute as documented [here](https://vidstack.io/docs/wc/player/components/layouts/plyr-layout/#custom-icons). I've tried the following: ``` ... ``` However, it...

bug

### Current Behavior: In my vue application when I define a media player with: ```vue ``` It throws a `JSON.parse` error. ### Expected Behavior: Should it interpret the object as...

bug