Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
63 views

I need help in placement video using video.js. Starting from 2 identical videos which differs only for exif rotation (one is 0, the other one is 270), following snippet shows a simple videojs player ...
francarl's user avatar
  • 951
-3 votes
1 answer
77 views

Currently I am using following code to check video is fully watched or not.(Code is borrowed from This Stackoverflow Question) I want to record the total watch time where it should be updated per ...
Sing O Song's user avatar
0 votes
0 answers
51 views

I'm implementing VAST 3.0 preroll ads using the Nuevo plugin for VideoJS. While the implementation works perfectly on desktop browsers, I'm facing two specific platform issues: Safari 18.4 on iOS 18....
yukashima huksay's user avatar
0 votes
1 answer
199 views

so i created a Nextjs application for an ott platforms, i have the videos stored in Bunnycdn and they are protected with enterprise DRM in my platform i included the player via videojs and a paid ...
Houssem BEN OTHMEN's user avatar
0 votes
0 answers
41 views

How can I disable subtitles option in video.js player when using fullscreen mode on iOS devices? Subtitles are not enable in config, I've added these options to video.js nativeAudioTracks: false, ...
pkdev's user avatar
  • 1
0 votes
0 answers
49 views

Why is the Video.js big play button not working on touchstart after I apply a custom handler (Of course, the big play button works on click.) Does my custom handler overwrite the default Video.js ...
Arjit's user avatar
  • 36
-1 votes
1 answer
93 views

I have implemented video js player in my video streaming website and trying to play the vast tag ads but videojs-ima plugin is not loading properly. Please help me to revolve this issue. VIDEOJS: ...
user9171561's user avatar
1 vote
2 answers
230 views

I’m trying to play a live stream using Video.js in a Vue.js application, but I’m encountering the following error: VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) The media could not be loaded, ...
omar ba44's user avatar
0 votes
1 answer
76 views

How can I reinitialize Video.js with new options when props.options changes in a Vue.js (Vue 3) component using the watch function? current code: const videoPlayer = ref<HTMLVideoElement>() ...
Arjit's user avatar
  • 36
0 votes
0 answers
40 views

I want to play a h265 GDR bitstream on web browser. I want to know the current players that support it and some sample code/modification that need to be done to get the stream playing on web. Any help ...
Shrihari Senthil's user avatar
0 votes
0 answers
58 views

I'm using videojs-dailymotion to use Dailymotion URL as source with Video.js. However, instead of actual video, I'm getting an oEmbed response from Dailymotion. Here is the oEmbed response: { "...
Glenn's user avatar
  • 1
0 votes
1 answer
285 views

I am using Video.js in an Angular 19.1.3 application, with version 8.21.0 of Video.js. I have successfully set up an HLS stream using a master index.m3u8 file, and the player automatically switches to ...
Abhay Singh's user avatar
0 votes
1 answer
96 views

I am currently trying to create a web app using Vue.js in the Front-End and a Flask server on the Back-End to process videos. The idea is that I upload a video from the Vue client-side code send a ...
Luís Felipe Araujo de Oliveira's user avatar
0 votes
1 answer
238 views

I'm using video-js to play mpeg-dash streams in react. I have made this component for my use: "use client"; import { VideoPlayerProps } from "@/lib/types/video-player-interface"; import React, { ...
Soumalya Bhattacharya's user avatar
1 vote
0 answers
86 views

I'm building in NextJS a video player using Video.js to serve DASH content, the user will be able to access the videos based on the Cloudfront Signed Cookies served by the backend. The issue is that ...
user16257618's user avatar
0 votes
0 answers
93 views

I'm using Video.js with the @silvermine/videojs-quality-selector plugin to allow users to switch between different video resolutions. The video segments are hosted on AWS S3, and I'm using presigned ...
aditya basude's user avatar
0 votes
2 answers
104 views

I am developing a videojs player using react, typescript. But I can't get the video. It says unauthorized. I already tried using vanilla way (without videojs) and it is working. I will state both ...
khukho's user avatar
  • 475
1 vote
1 answer
80 views

I find it frustrating that video.js cant be started or paused or resumed with a tap on the video itself, instead we need to click on the controls. This isn't intuitive behaviour. I tried to solved ...
luke_mclachlan's user avatar
0 votes
1 answer
79 views

I am working on a site that uses videoJS for video and have created html elements that are being place on top of the video as a scoreboard. The issue is that the native iOS player overrides videojs ...
Olle Strandberg's user avatar
1 vote
1 answer
68 views

After the browser is launched, select a video through the button and add it to video.js. The video can be played normally. But when dragging the progress bar, it always starts playing from beginning ...
LZS2851's user avatar
  • 21
0 votes
1 answer
256 views

Im using AWS CloudFront as a CDN to serve some videos to my site ( Laravel & Vue ). I have set my CloudFront to use signed cookies to get the content from my S3 bucket which looks to be working ...
James Baker's user avatar
0 votes
1 answer
95 views

I'm integrating the videojs-cmcd with videojs in my project, I've followed the steps as provided in this READMe file. Everything works fine when running the app in browser, The cmcd data is being ...
Mahes's user avatar
  • 57
0 votes
1 answer
129 views

I am integrating multiple video players (Plyr, Video.js, and a proprietary player) into my React application and am facing issues with maintaining consistent sizes and aspect ratios across all players....
Zephyr Sonic's user avatar
3 votes
1 answer
77 views

I'm working on a video player component in React where I switch between a custom video player and Video.js using a toggle. The initial load of the custom player works fine, and when I switch to Video....
Zephyr Sonic's user avatar
0 votes
1 answer
185 views

I made a streaming application with django from a jellyfin server, I use video js to play my video media. the problem is that when I try to play videos that are more than 1 hour long and longer it ...
Abdoulaye's user avatar
  • 107
1 vote
0 answers
36 views

I need to replave buttons images on control bar with ours. Hi, I am kind of new to the subject of videojs. There are a lot of messages regarding adding buttons or changing control bar, but I cound not ...
Evgeny Balter's user avatar
0 votes
1 answer
529 views

We recently moved to AWS to stream on-demand videos. Our products use the Video.js player in a REACT environment for a browser run-time environment (Chrome, Firefox, and Edge). The stream suddenly ...
Richard Dunn's user avatar
1 vote
1 answer
73 views

I made a chrome extension that uses a basic form to input specific time stamps onto videos present on web pages. The extension is currently working for both Youtube and Spotify videos as is: I can ...
Chris's user avatar
  • 128
-2 votes
1 answer
219 views

This warning suggests that videojs.extend is being used in @brightcove/player-loader or one of its dependencies, which is deprecated and will be removed in Video.js 8.0.0. Please provide guidance on ...
poonam's user avatar
  • 1
0 votes
1 answer
151 views

I am using Video.js to wrap Google Cloud Storage video public URLs, so that I can both skin it and control what second the video plays at (for example, play at 12 seconds) I have the following in my ...
theGreenCabbage's user avatar
0 votes
0 answers
508 views

here i am using ffmpeg to use camera and audio to make a hls stream on server as the stream continious old m3u8 components deletes and new ones gets added to main.m3u8. but as we insert the url of hls ...
Leo's user avatar
  • 1
0 votes
1 answer
127 views

Question: I'm using the video.js library in my React project to display videos, and I want to customize the position of the share button to be displayed in the top right corner of the video player ...
Utkarsh Gangwar's user avatar
-1 votes
1 answer
41 views

For security request, my project has been scanned by Sonatype Nexus Lifecycle. Which comes out with two issues by keycode: So, may I ask is it possible to remove keycode in videojs8? If yes, may I ...
J L's user avatar
  • 3
0 votes
1 answer
478 views

I have added the option to change the video quality in the video player. It works in Chrome and Windows browsers but it is not working in iPhone and Mac Safari, only the button shows, and options are ...
Ankur Nama's user avatar
2 votes
0 answers
41 views

I have been trying to process an array of videos in blade template with video js but so far no look. What I want to do is, when a user pause one of the videos, save the time he played the videos to ...
Saintus Zephir's user avatar
1 vote
0 answers
106 views

Description: I'm encountering a playback issue with Video.js when using a dynamic (Live) MPD DASH manifest for a live video stream. The video stream is an MP4 file segmented according to DASH ...
Ehab.Awni's user avatar
0 votes
1 answer
727 views

I want to use videojs (ver 8.10.0) and offer viewers a way to select a chapter. The way I understand the official documentation is that it should be enough to simply include a track-element which ...
Segafredo's user avatar
0 votes
1 answer
564 views

On my website I have videos that play with video.js. When using the site through Safari on iOS, if I background Safari or lock my phone, the video pauses and I need to find the media controls and ...
knpwrs's user avatar
  • 16.7k
0 votes
1 answer
419 views

I use IMA for playing ads in my Video.js player. I have this setup for months and everything was fine until recently. The problem is video and ad are playing at the same time. I pause video before ...
Dawid Laskowski's user avatar
0 votes
1 answer
173 views

I have a video uploading project in laravel. Everything is good. I have encrypted videos using "FFMPEG" packge and wanted to play on video-js player. Also wanted to show google-adsense there....
vinod's user avatar
  • 21
2 votes
0 answers
552 views

I'm developing a mobile app using Ionic 7, Capacitor 5, Angular 16, and Video.js 8. My app features a video player (standard Video.js player, not custom) with functionalities related to screen ...
socialsnobbish's user avatar
0 votes
1 answer
91 views

I am using html player to play videos. And then I added videojs and videojs.ima to show google AdSense. Its working. But there are showing like tow player one is html video player and other is videojs ...
Vinod's user avatar
  • 161
0 votes
0 answers
178 views

Our website is following a strict Content Security Policy. style-src https: 'nonce-<nonce_value>' script-src https: 'nonce-<nonce_value> videojs.js calculates the video player dimensions ...
user3250183's user avatar
0 votes
1 answer
1k views

I would like to know how my HLS manifest has to look like in order to trigger videojs-contrib-eme ClearKey functionality explicitly using HLS streaming (not DASH). Currently, my manifest looks like ...
V O's user avatar
  • 113
1 vote
0 answers
143 views

I am using video.js for creating my custom video player in a react application. Currently I'm able to play normal videos, DRM protected videos (using videojs-contrib-eme) and 360 degree videos (using ...
Ion's user avatar
  • 21
2 votes
1 answer
1k views

I want to use video.js to display a DRM-protected livestream that will work in the major browsers. I have a Fairplay livestream (for Apple devices) and a Widevine/Playready livestream (for ...
Will's user avatar
  • 870
1 vote
1 answer
738 views

Several customers have ran into this error during a live event, some had refreshed the page and recovered. We looked at the upstream CDN/packaging service and there were no error from them. What can ...
Ajay's user avatar
  • 604
0 votes
0 answers
532 views

I'm trying to implement video player that remembers where user has left watching video, using video.js player. Player is saving current video time into local storage, and when user returns to the ...
Vyacheslav Lebedev's user avatar
1 vote
0 answers
600 views

I am currently working on a project where I am using a Node.js server to stream H.265-encoded video from IP cameras. The streaming part is handled using the node-rtsp-stream library, and each camera ...
Mohan kumar's user avatar
0 votes
0 answers
340 views

I'm working on a project that was built using Astro website builder and in which I'm Alpine.js as well. In this project I have a video in which I'm trying to incorporate videojs (the open source HTML5 ...
scubaM's user avatar
  • 41

1
2 3 4 5
45