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

ERROR: ![image](https://user-images.githubusercontent.com/45174543/175393569-307198ac-e934-43c6-9fdd-514058965117.png) in the component: ![image](https://user-images.githubusercontent.com/45174543/175393827-71a1983d-9014-4a35-857e-3f8c52bf6605.png) tsconfig.json ![image](https://user-images.githubusercontent.com/45174543/175393998-e20e652b-3f9f-46b3-8426-ad30c709f324.png)

## Tasks - [ ] Complete #12. - [ ] Build and test `VimeoElement` component. ## References - https://developer.vimeo.com/player/sdk - https://github.com/vime-js/vime/tree/master/core/src/components/providers/vimeo

feat
provider
web-component
provider:vimeo

This PR is auto-generated by a GitHub action. It should automatically be merged if tests pass.

When scrubbing through the video using `TimeSlider` (I'm using React if that matters) the `--vds-slider-fill-percent` css var isn't updated until I lift the mouse button.

Using Nuxt, `vds-time` with type set to `duration` returns the current playhead time if the player has been loaded through SPA navigation. Refreshing the page fixes the issue and returns...

## Tasks - [ ] Complete #12. - [ ] Build and test `YouTubeElement` component. ## References - https://developers.google.com/youtube/iframe_api_reference - https://github.com/vime-js/vime/tree/master/core/src/components/providers/youtube

feat
provider
web-component
provider:youtube

Is there any vidstack player skin or theme or how could I create one.

https://docs.aws.amazon.com/ivs/latest/userguide/player-web.html it's similar like hls. But hls is having issue with custom codecs

I am trying to reproduce your SvelteKit example and I am having an issue. The player ends up being the size of the poster. ![Screenshot 2022-04-05 171716](https://user-images.githubusercontent.com/60523782/161850772-25b5a1cf-16f9-4062-b29d-17524571a395.png) While the {#await...

With your March 2022 release now using the HTML5 `` element, SveleteKit throws A11y warning: A11y: `` elements must have a ``svelte(a11y-media-has-caption). For documentation purposes, the `` element should be...