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
Other Useful Business Software
Full-stack observability with actually useful AI | Grafana Cloud
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Vue-Video-Player!