Skip to content

Player and PlayerSkins Plugin

Daniel Neto edited this page Sep 28, 2020 · 3 revisions

As the official player for this project we use Video.js is a web video player built from the ground up for an HTML5 world. It supports HTML5 video and modern streaming formats, as well as YouTube, Vimeo, and even Flash (through plugins, more on that later).

It supports video playback on desktop and mobile devices. The project was started mid 2010, and now has hundreds of contributors and is used on over 450,000 websites.

Plays anything

Plays “traditional” file formats such as MP4 and WebM, but also supports adaptive streaming formats such as HLS and DASH. There’s even a special UI for live streams

PlayerSkins Plugin

Video.js is designed to be a reliable and consistent base to build on top of. The player looks great out of the box, but can be easily styled with a little bit of extra CSS.

This plugin makes easier for you to add different styles into your player. The Skis options are: facebook or style1 or style2 or style3 or tech or twitch or twitter or youtube or youtube2

Context Menu

On this plugin you can also enable and disable some options on the context menu Screen Shot 2020-09-28 at 19 17 39

Can I change the Player to something else?

No, you cannot. The videojs is connected in many parts of our APP. security rules, ads, views count, etc. If you must change the player for some reason, you will need to create your own APP and use our API to connect the videos.

Clone this wiki locally