-
## Description
When I try to change projection using `player.mediainfo.projection` or `player.vr({projection: '180'});` I get error
## Steps to reproduce
npm i videojs-vr
```
…
-
Hi,
I'm trying to use videojs-vr and it works properly on iOS using Safari or any app with a WebView. But on Android it doesn't work on Chrome. Samsung browser works fine on a Galaxy S8.
Do I n…
ghost updated
3 years ago
-
`
(function(window, videojs) {
var player = window.player = videojs('videojs-brand-player');
player.brand({
image: "/logo-example.png",
title: "Logo Titl…
-
Hi,
I have a very odd issue occurs only on a specific case as below:
- **Device**: iPad Pro with M1 and iPad sixth generation (couldn't test it on other iPad models)
- **Browser**: Google Chro…
-
We have live HLS streams from a Unified Streaming origin in Italy that is delivered via Akamai CDN globally. When there are few users streaming, the player performs badly when they are far from the or…
-
### Description
I am using `videojs-contrib-quality-levels` with Video.js for adaptive bitrate streaming. I have encountered an issue where the initial quality level is set to a medium or lower qua…
-
ChromecastTech.js?ed59:48 Uncaught TypeError: Cannot read property 'getRemotePlayer' of undefined
at new constructor (ChromecastTech.js?ed59:48)
at Player.loadTech_ (video.es.js?f0e2:21766)
…
-
### Short description
In https://github.com/ant-media/videojs-webrtc-plugin, the iceServers provided in the `player.src()` call is not used in the NPM package.
```
player.src({
src: 'ws://local…
-
Hey hey. I was just testing adding this plugin to my player and saw that I wasn't able to get a play (non-firstplay) event to fire. I think the trigger is just missing here. I may also be missing some…
-
Tried various combination but still neither autoplay nor autoadvance seem to work
`
Magicinfo
var player = videojs(document.querySelector('video'), {
…