Prince Yadav has Published 203 Articles

Callback Functions for video.js Player

Prince Yadav

Prince Yadav

Updated on 13-Apr-2023 16:07:05

2K+ Views

In this tutorial, we'll learn about the various event listeners and how to use them with callback functions for a video.js player. Video.js is a popular, open-source library used for creating video players in browsers. Using video.js you can tweak every single part of a video player without much problems ... Read More

Video.js – Callback a Function in the Event that a Video is 50% Buffered

Prince Yadav

Prince Yadav

Updated on 13-Apr-2023 16:05:06

1K+ Views

In this tutorial, we will show how you can get the buffer percentage of a video in video.js and use a callback function when the video has buffered more than 50%. Video.js is a well-known online video player JavaScript toolkit that is used to create web browser video players for ... Read More

How to hide the seek bar in the video.js player?

Prince Yadav

Prince Yadav

Updated on 13-Apr-2023 14:35:48

5K+ Views

In this tutorial, we'll look at how to hide the seek bar or progress bar of a video player using video.js. Video.js lets you create video players for a video of video formats like mp4, WebM, and FLV and also for modern video playback formats like YouTube, Vimeo, Flash, etc. ... Read More

How to Play a Video from a Particular Time in video.js Player?

Prince Yadav

Prince Yadav

Updated on 13-Apr-2023 13:43:56

4K+ Views

In this tutorial, we’re going to learn how to play a video from a particular time in video.js Player. Video.js is a well-known and widely used open-source HTML5 video player. It enables you to develop a video player for a broad range of video formats, including traditional video formats like ... Read More

How to speed up/down the video in Video.js Player?

Prince Yadav

Prince Yadav

Updated on 04-Apr-2023 14:02:19

2K+ Views

In this tutorial, we're going to learn how to speed up a video or speed down a video using video.js. Video.js is a widespread and open-source HTML5 video player framework. It allows video playback on a variety of platforms with varying screen sizes, such as desktop computers and mobile devices. ... Read More

Video.js Player Method / Options References

Prince Yadav

Prince Yadav

Updated on 04-Apr-2023 13:59:38

1K+ Views

In this tutorial, we’re going to go through some of the basic options references of video.js. Option References are like settings to control or modify the behavior of a video player. These options can be both − HTML5 options like autoplay, reload, etc., and video-js specific settings. We’re going to ... Read More

How to setup Video.js with JavaScript?

Prince Yadav

Prince Yadav

Updated on 04-Apr-2023 13:57:26

2K+ Views

In this tutorial, we're going to learn how to set up video.us using JavaScript. We'll also have a look at a few examples for better understanding. First of all, Video-js is a very popular and easy-to-use modern web video player that has been built up on HTML5 and it provides ... Read More

How to setup different video quality in Video.js player?

Prince Yadav

Prince Yadav

Updated on 04-Apr-2023 13:55:58

6K+ Views

In this tutorial, we're going to understand how to set up different video quality in video.js player. Setting up a different video quality means our video player, created using video.js, is going to have multiple resolutions of the same video and the end user can switch the resolution basis as ... Read More

How to play YouTube videos using Video.js player?

Prince Yadav

Prince Yadav

Updated on 04-Apr-2023 13:43:37

8K+ Views

In this tutorial, we're going to learn the procedure to play YouTube videos using the video.js player. Video.js is a very popular modern web video player which supports all the latest video formats including YouTube, Vimeo, etc. Now, we'll see how the video.js library can be used for playing YouTube ... Read More

How to play Vimeo files using Video.js player?

Prince Yadav

Prince Yadav

Updated on 04-Apr-2023 13:41:57

2K+ Views

In this article, we’re going to learn how to play Vimeo video files using the video.js player. Video.js is an easy-to-use and very popular modern video player which has the support of all the latest video formats including Vimeo, youtube etc across a variety of platforms like desktops, laptops, etc. ... Read More

Advertisements