Rahim
Rahim
👋 I'm currently building a media player library and about to release version 2. I added `lozad.js` to provide lazy loading of media/iframe elements out of the box. I noticed...
I've been seeing this on YouTube and Vimeo lately where the scrubber has sections carved out with small titles. Example in this video (hover over scrubber/seek bar): https://www.youtube.com/watch?v=5f-JlzBuUUU
🤷 **What is Vidstack?** Vidstack is a video framework built with high-quality web components such as `vds-video-player`, `vds-uploader`, and `vds-analytics`, that make integrating video into modern web apps easier. There...
## 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
## 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
## Tasks Design and implement an interface to support retreiving and setting audio tracks across providers. ## Notes **Properties** - `audioTracks: AudioTrack[]` - `currentAudioTrack: number` - `canSetAudioTrack: boolean` **Methods** -...
## Tasks - [ ] Investigate whether this type of testing would be valuable. - [ ] **If valuable.** Setup benchmark tests using Tachometer. ## References - https://github.com/Polymer/tachometer - https://github.com/vidstack/player/blob/main/docs/architecture/overview.md#testing
It's Beta time -> https://github.com/vidstack/player/discussions/626. --- This is a general issue to highlight we're currently working towards a Beta release of the library. You'll find all related issues in our...
The following examples to showcase how to use `@vidstack/player` with some popular application frameworks: - [ ] Vanilla - plain old HTML/CSS/JS. - [ ] Next.js (using the React integration...
## Tasks Design, build and test the `CaptionButtonElement` component. ## References - https://github.com/vime-js/vime/tree/master/core/src/components/ui/controls/caption-control