Questions tagged [videogular2]

HTML5 video player for Angular 2. Not to be confused with Videogular for AngularJS. Videogular2 is a wrapper over the HTML5 video tag.

14 questions
4
votes
0 answers

Cannot read property 'elem' of undefined videogular

I am using videogular library in my Angular project. I have this error Cannot read property 'elem' of undefined How can I solve it? What's wrong? player.component.html
Morteza QorbanAlizade
  • 1,520
  • 2
  • 19
  • 35
1
vote
0 answers

how to change the videogular/ngx-videogular media source dynamically using the VgApiService

I have a new angular 15 project using angular/material 15 and videogular/ngx-videogular to display a playlist, however I am unable to change the video source using any of the know methods. it appears that ngx-videogular has removed the properties…
MichaelE
  • 757
  • 14
  • 42
1
vote
1 answer

can not find videogular2 in angular 10

I want to use the video player videogular2 and I install this player with this commands: npm install videogular2 npm install @types/core-js VgCoreModule, VgControlsModule, VgOverlayPlayModule, VgBufferingModule, and I want to import module: import…
1
vote
3 answers

angular 9 videogular2 could not be resolved to NgModule

I'm developing an angular 9 app and face problems while integrating videogular2 when I install it by official tutorial everything is ok till I try to serve the project then I get these errors ERROR in…
Venimir Petkov
  • 39
  • 1
  • 1
  • 11
1
vote
1 answer

VgDash on Videogular2 problem with implementation (DASH Media on Angular2) ERROR MediaPlayer not initialized

I'm working on a new project where I want to implement the Videogular2 player. The video files are DASH (.mpd) files. So according to the documentation, I am trying to implement the VgDASH module, but I have a problem to run it all. I am very…
misza
  • 13
  • 3
0
votes
1 answer

videogular2 - playing videos loaded asynchronously does not work

Videos are being loaded from an API, but it appears that the onPlayerReady function is being called before the videos have finished loading and are passed. The video sources are in base64 format. The following code is being used: .getDefaultMedia() …
0
votes
0 answers

auto adjust video bitrate with network speed by using videogular library in angular

if the video size is too big then while playing it is buffering for that I want to reduce the bitrate of video with the network speed. I'm using videogular npm library. i found one solution with vgDash directive but it is not working. is there any…
0
votes
1 answer

ngx videogular not playing vgHls stream on iOs browsers

I am using ngx-videogular in one of my application to stream live media. It works perfect everywhere except the browsers in iPhone/iPad. I am using Hls.js along with ngx-videogular for streaming. Is there anything else I need to consider to make it…
Gokul
  • 164
  • 1
  • 11
0
votes
0 answers

how do I set my thumbnail videos to start in fullscreen using ngx-videogular v7 with angular 15

It seems they have change things around a bit in videogular/ngx-videogular. I am trying to have my thumbnail videos start in fullscreen mode when click on. Before you could use vgAPI and toggle the fullscreen like so: import {VgAPI} from…
MichaelE
  • 757
  • 14
  • 42
0
votes
0 answers

Ngx Videogular IONIC 6 Video player issue, Video freezes sound continues playing

I have been plagued by a nasty issue using NGX videogular + Ionic 6 (Angular) on my Android app for more than 2 months now. In the APP on the device, something really weird happens. The video plays properly for a few seconds. After sometime, the…
Jay Pagnis
  • 920
  • 1
  • 11
  • 16
0
votes
1 answer

Videogular dynamically loaded video is not playable

I'm using "electron": "19.0.4", "@angular/core": "13.2.4" and "@videogular/ngx-videogular": "5.0.1. On my jukebox, when a human song request is done, the song is downloadeded, and request.song.location is updated to "file://whatever". Only when…
Arco Voltaico
  • 860
  • 13
  • 29
0
votes
0 answers

Play button not working for @videogular/ngx-videogular v5.0.1

I upgraded my project's Angular version from 9 to 13 recently. Since videogular2 package is no longer supported with this version, I migrated the application to use @videogular/ngx-videogular and I exactly followed process for migration mentioned on…
mike2611
  • 9
  • 3
0
votes
0 answers

How to play video when slide changed ionic slides

I'm trying to reproduce TikTok behaviour for my video slide. I'm using ionic-slides which uses swiper library under the hood and videogular2 library to control the video. So, for now, I have a slider with 3 slides. Each slide contains a video…
David
  • 472
  • 10
  • 22
0
votes
1 answer

How to make video by default in full screen in angular with videogular2?

I'm currently working with angular project, making a website for watching video. I use Videogular is a framework to develop video apps. I don't know how to make video by default in full screen. My code:
TienThanh
  • 34
  • 1
  • 13