Rahim

Results 43 issues of 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...

Hacktoberfest

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

enhancement
ui

🤷 **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

feat
provider
web-component
provider: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

feat
provider
web-component
provider: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** -...

feat
provider

## 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

test
ci/cd

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...

project

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...

examples

## Tasks Design, build and test the `CaptionButtonElement` component. ## References - https://github.com/vime-js/vime/tree/master/core/src/components/ui/controls/caption-control

feat
ui
web-component