0.0.8 • Published 3 months ago

@voltra/vue-player v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

vue-player

A Vue port of react-player: components for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia, Mixcloud, DailyMotion and Kaltura.

Installation

npm install -S @voltra/vue-player

Usage

Meta player

Player that automagically delegates to the right player

import { VuePlayer } from "@voltra/vue-player"

Specific player

import { YouTubePlayer } from "@voltra/vue-player"

List of available players:

  • DailyMotionPlayer
  • FacebookPlayer
  • FilePlayer
  • KalturaPlayer
  • MixcloudPlayer
  • SoundcloudPlayer
  • StreamablePlayer
  • TwitchPlayer
  • VidyardPlayer
  • VimeoPlayer
  • WistiaPlayer
  • YouTubePlayer