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: In `/packages/vidstack/styles/player/base.css` exists the following style: ```css iframe.vds-youtube[data-no-controls] { height: 1000%; } ``` ### Expected Behavior: Should this be `height: 100%`? Is this a typo? ### Steps...

bug

### Related: Fixes #1719 ### Description: Fixed a typo in CSS where `iframe.vds-youtube[data-no-controls]` had `height: 1000%` instead of the correct `height: 100%`. ### Ready? Yes, this PR is ready for...

**Original file format** ``` 1 00:00:01,000 --> 00:00:05,000 Welcome 2 00:00:06,000 --> 00:00:10,000 Example with comma 3 00:00:11,000 --> 00:00:15,000 Thanks ``` **Adapted file format** (Comma replaced by point.) ```...

bug

### Related: Fixes SRT subtitle parsing issues where comma-separated milliseconds (e.g., `00:00:01,000`) fail to parse when content contains indented template literals. Closes #1671 ### Description: This PR adds whitespace normalization...

i using the angular and i want to add the header for my authentication to get the video for example i want add the jwt header for that i don't...

feature

### Current Behavior: Scrolling on mobile pauses the video. ### Expected Behavior: Scrolling on mobile shouldn't trigger play/pause behavior. ### Steps To Reproduce: Sample code ```html Vidstack + Plyr layout...

bug

https://github.com/vidstack/player/blob/6417ea7724824e6da988306dffd829cfc65b7fe1/packages/vidstack/src/elements/define/layouts/default/video-layout.ts#L111

### Related Problem: Arguably, the best way to supply [thumbnails](https://vidstack.io/docs/player/core-concepts/loading/#thumbnails) of a video today is through the use of specifying the `thumbnails` prop of the player to link to some...

feature

### Describe: The default icons are too bold, is there a way to get thinner icons ? Something like the Vime icons: ### Alternatives: ### Anything Else?

feature

Hi there! Some times, we handle this error, on official configuration: https://vidstack.io/docs/player/api/hooks/use-media-store/ When onload page and player have some errors. (fir es. not download playlist) ``` import { useRef }...

bug