All Projects → Pong420 → videojs-plus

Pong420 / videojs-plus

Licence: Apache-2.0 license
An extension and skin for video.js

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to videojs-plus

generator-videojs-plugin
Yeoman generator for video.js plugins.
Stars: ✭ 71 (+44.9%)
Mutual labels:  videojs, videojs-plugin
videojs-airplay
Videojs Plugin that adds an airplay button to the control bar
Stars: ✭ 28 (-42.86%)
Mutual labels:  videojs, videojs-plugin
videojs-landscape-fullscreen
Videojs on Mobile and/or React: Automatically Switch to Landscape on Fullscreen, and Fullscreen on Landscape
Stars: ✭ 72 (+46.94%)
Mutual labels:  videojs, videojs-plugin
videojs-ima-player
video ad plugin for video.js
Stars: ✭ 12 (-75.51%)
Mutual labels:  videojs, videojs-plugin
Wjplayer
Video.js bundle that supports HLS, VAST/VMAP, 360-degree videos, and more.
Stars: ✭ 55 (+12.24%)
Mutual labels:  player, videojs
videojs-share
Share plugin for video.js
Stars: ✭ 24 (-51.02%)
Mutual labels:  videojs, videojs-plugin
videojs-annotation-comments
A plugin for video.js to add support for timeline moment/range comments and annotations
Stars: ✭ 129 (+163.27%)
Mutual labels:  videojs, videojs-plugin
Videojs Contrib Ads
A Tool for Building Video.js Ad Plugins
Stars: ✭ 334 (+581.63%)
Mutual labels:  player, videojs
Video.js
Video.js - open source HTML5 & Flash video player
Stars: ✭ 32,478 (+66181.63%)
Mutual labels:  player, videojs
Vue Video Player
🎞 @videojs component for @vuejs
Stars: ✭ 4,026 (+8116.33%)
Mutual labels:  player, videojs
Larkplayer
🚀 A lightweight & flexible web player :)
Stars: ✭ 82 (+67.35%)
Mutual labels:  player, videojs
Embed
Embed player for D.Tube
Stars: ✭ 65 (+32.65%)
Mutual labels:  player, videojs
Html5 Dash Hls Rtmp
🌻 HTML5播放器、M3U8直播/点播、RTMP直播、低延迟、推流/播流地址鉴权
Stars: ✭ 1,805 (+3583.67%)
Mutual labels:  player, videojs
expo-video-player
Customizable Video Player controls for Expo
Stars: ✭ 174 (+255.1%)
Mutual labels:  player
audiocard
⏯️ AudioCard - Opinionated, responsive, audio player compatible with Twitter Cards
Stars: ✭ 66 (+34.69%)
Mutual labels:  player
hurley
🎧 The Podcast Web Interface
Stars: ✭ 12 (-75.51%)
Mutual labels:  player
Eplayer
🔮 A web-component html5 video player facing future
Stars: ✭ 253 (+416.33%)
Mutual labels:  player
FakePlayer
Specter but targeting PocketMine-MP API 4.0.0
Stars: ✭ 46 (-6.12%)
Mutual labels:  player
files videoplayer
📼 Old video viewer for Nextcloud
Stars: ✭ 92 (+87.76%)
Mutual labels:  player
Mojs Player
GUI player to control your animations
Stars: ✭ 243 (+395.92%)
Mutual labels:  player

VideoJS Plus

VideoJS Plus is an extension and skin for video.js.

Documentation

Installation

npm install videojs-plus
# or
yarn add videojs-plus

Usage

  • Include the correspone JS and CSS and

    <html>
      <head>
        <link rel="stylesheet" href="videojs-plus.css" />
      </head>
      <body>
        <video
          id="example-video"
          class="vjs-fluid"
          poster="http://vjs.zencdn.net/v/oceans.png"
        >
          <source src="http://vjs.zencdn.net/v/oceans.mp4" />
        </video>
      </body>
      <script src="http://vjs.zencdn.net/7.4.1/video.js"></script>
      <script src="videojs-plus.umd.js"></script>
      <script>
        const player = videojs('example-video');
      </script>
    </html>
  • React Hooks



License

See Apache 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].