player
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.
### Current Behavior: The player fails to load or display a video when the src attribute is set to a YouTube Shorts URL with the format https://www.youtube.com/shorts/zwMEhBq4kYM. ### Expected Behavior:...
I believe the player is missing the rewind function: e.g. player.rewind(0.25). Can we have this added to the player?
The player layout breaks as soon as I add the line blow to my Svelte component: ``` ``` - Framework: Svelte - Meta Framework: SvelteKit - Node: v23.6.1 - Device:...
### Current Behavior: In the Android Edge app, after the screen opens, in autoplay mode lthe controller layer on the player does not automatically hide and the replay button is...
when Im using streamType = 'll-live:dvr', the duration of the video will stuck at 10s and the progress bar will also only go until -10s, and it always auto seek...
### Current Behavior: I have something similar to this to autoplay a Vimeo video. ``` ... const onProviderChange = (event: MediaProviderChangeEvent) => { const provider = event.detail; // We can...
**Can you add feature watermark in video as overlay?** the watermark can be setting ini top left, top right, botom right, center and etc. watermark alaways in frame of video,...
### Current Behavior: I have multiple buttons that show videos on the same location in the page. To do this I keep an array of node subtrees of each player...
### Current Behavior:  Refused to set unsafe header "Referer" ### Expected Behavior: Need to set custom header ### Steps To Reproduce: ``` function onProviderChange( provider, ) { if (isHLSProvider(provider))...
### Current Behavior: When I am on a touchscreen device, if I play a video with stream type = 'live', swiping left or right on the video makes the time...