video.js player component for Vue. The Video.js player is a component. Like all components, you can define what children it includes, what order they appear in, and what options are passed to them. Components can be given custom options via the lower-camel-case variant of the component name (e.g. controlBar for ControlBar). These can be nested in a representation of grandchild relationships. Video.js playback technologies (i.e. "techs") can be given custom options as part of the options passed to the videojs function. They should be passed under the lower-case variant of the tech name (e.g. "html5").
Features
- The default behavior is to preload all text tracks
- Each option is also available as a standard <video> element attribute
- Instead of using the autoplay attribute you should pass an autoplay option to the videojs function
- Start loading the video immediately (if the browser supports it)
- The browser will wait until the user hits "play" to begin downloading
- Load only the meta data of the video
Categories
MultimediaLicense
MIT LicenseFollow Vue-Video-Player
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Vue-Video-Player!