Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Plyr | 23,729 | 277 | 145 | 7 days ago | 153 | April 20, 2022 | 825 | mit | JavaScript | |
A simple HTML5, YouTube and Vimeo player | ||||||||||
React Player | 7,780 | 1,080 | 517 | 17 hours ago | 147 | September 16, 2022 | 230 | mit | JavaScript | |
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion | ||||||||||
Lightgallery | 5,823 | 122 | 26 | a day ago | 107 | September 19, 2022 | 37 | other | TypeScript | |
A customizable, modular, responsive, lightbox gallery plugin. | ||||||||||
Lightgallery.js | 5,223 | 54 | 25 | 10 months ago | 15 | October 29, 2020 | 2 | other | JavaScript | |
Full featured JavaScript image & video gallery. No dependencies | ||||||||||
Lite Youtube Embed | 4,599 | 2 | a month ago | 8 | March 17, 2021 | 37 | other | JavaScript | ||
A faster youtube embed. | ||||||||||
Alltube | 2,832 | 3 | a month ago | 54 | March 08, 2022 | 43 | gpl-3.0 | PHP | ||
Web GUI for youtube-dl | ||||||||||
Vime | 2,444 | 11 | 3 months ago | 81 | September 13, 2022 | 153 | mit | TypeScript | ||
Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion... | ||||||||||
Jarallax | 1,248 | 102 | 25 | 2 months ago | 30 | March 30, 2022 | 18 | mit | JavaScript | |
Parallax scrolling for modern browsers | ||||||||||
Jquery.mb.ytplayer | 1,231 | 17 | a year ago | 24 | December 04, 2020 | 36 | JavaScript | |||
use a custom yutube player for a video as background on jQuery framework | ||||||||||
Podsync | 1,161 | 4 days ago | 69 | mit | Go | |||||
Turn YouTube or Vimeo channels, users, or playlists into podcast feeds |
The examples below are using web components but there are bindings for React, Vue, Svelte, Stencil and Angular. If you want to see how they look check out our Demo.
<vm-player autoplay muted>
<vm-video poster="/media/poster.png" cross-origin>
<!-- Why `data-src`? Lazy loading. You can always use `src` if you don't need it. -->
<source data-src="/media/video.mp4" type="video/mp4" />
<track
default
kind="subtitles"
src="/media/subs/en.vtt"
srclang="en"
label="English"
/>
</vm-video>
<!-- Loads the default Vime UI. -->
<vm-default-ui />
</vm-player>
Native UI?
<!-- Here we are requesting to use the native controls. -->
<vm-player autoplay muted controls>
<vm-audio cross-origin>
<source data-src="/media/audio.mp3" type="audio/mp3" />
</vm-audio>
</vm-player>
Custom UI?
<!-- Lets add a little splash of color throughout the player. -->
<vm-player autoplay muted style="--vm-player-theme: #1873d3">
<!-- Loading a YouTube video. -->
<vm-youtube video-id="DyTCOwB0DVw" />
<vm-ui>
<vm-click-to-play />
<vm-captions />
<vm-poster />
<vm-spinner />
<vm-default-settings />
<vm-controls pin="bottomLeft" active-duration="2750" full-width>
<!--
These are all predefined controls that you can easily customize. You could also build
your own controls completely from scratch.
-->
<vm-playback-control tooltip-direction="right" />
<vm-volume-control />
<vm-time-progress />
<vm-control-spacer />
<vm-caption-control />
<vm-pip-control keys="p" />
<vm-settings-control />
<vm-fullscreen-control keys="f" tooltip-direction="left" />
</vm-controls>
</vm-ui>
</vm-player>
There are framework specific bindings for:
Keep in mind, that at its core Vime is still simply web components. Even if your framework is not mentioned in the list above, it most likely still supports Vime natively. You can check here if your framework has complete support for web components.
There are also examples for loading and using Vime with:
Vime is forward thinking and built for the modern web. All ES6 Compatible browsers are supported, some of which are listed below.
Documentation can be found at https://vimejs.com.
Feel free to join our Discord channel if you'd like help with anything related to Vime. Please remember to be respectful and patient as this is a community driven project.
If you'd like to contribute and help in building a better media player for the web, then everything you need to get started can be found in the Contributing Guide.
A huge thanks to our sponsors who support open-source projects like Vime.