Questions tagged [video.js]

Video.js is an open source JavaScript framework for embedding and working with HTML5 and Flash video. It uses the HTML5 video tag as an embed code, and has a common HTML/CSS skin and API for both HTML5 and Flash.

What is ?

Video.js is an and library that makes it easier to work with and build on . This is also known as an HTML5 Video Player. it's licensed under the Apache License, Version 2.0. View the license file.

Video.js provides a common controls skin built in HTML/CSS, fixes cross-browser inconsistencies, adds additional features like fullscreen and subtitles, manages the fallback to Flash or other playback technologies when HTML5 video isn't supported, and also provides a consistent JavaScript API for interacting with the video.

It can be extended to work with additional players, like YouTube and QuickTime. Video.js also support HLS, 360 degree, live streaming and panorama videos.


Resources

2234 questions
0
votes
1 answer

Video.js download chunk instead of the whole video

I'm using VideoJs to play various videos. Some bigger than others. Here's a simple scenario. A video starts playing that has 100mb length in total with a duration of 10 minutes. If the user skips to minute 2 then a call will be made to the backend…
Andrei
  • 3,434
  • 5
  • 21
  • 44
0
votes
1 answer

Video controls on Video.js appear only with HTML5

I am using Video.js to display some short videos. My first page that used Video.js looked like the following:
Factor Three
  • 2,094
  • 5
  • 35
  • 51
0
votes
1 answer

Issue using a Vue component (with video.js) in rails

I got this vue component in rails.