Questions tagged [videogular]

Videogular is an HTML5 video player for AngularJS. For questions related to [tag:videogular2], use the corresponding tag.

Features

  • AngularJS based : Videogular is developed with AngularJS and it will fit in your project like a charm.
  • Bindable properties : Videogular's directives are bindable, just try the demo and play with bindings.
  • Plugin system : Thanks to our API you can develop your own plugins.
  • Theme based : Customize it with your own themes and change between them on the fly.
  • Native fullscreen : Enjoy with native fullscreen support for Chrome, Firefox, Safari, iOS, Chrome for Android and Windows Phone.
  • Mobile support : Videogular can detect mobile devices to show/hide components in case that aren't supported.

Links

Videogular website
Github project page

147 questions
0
votes
0 answers

Set Videogular source in ionic

I'm try to set the video source statically in view for videogular in my ionic project. I try with below code, but it seems not working. Anyway, I'm able to get it to work if I load source from the controller.
H.dev.guy
  • 189
  • 2
  • 3
  • 11
0
votes
0 answers

How to play youtube video with videogular player

i have some problem when play youtube video with videogular player. How to play something on videogular player with link like that "https://www.youtube.com/watch?v=wJnBTPUQS5A". For example this website :…
Tri Nguyen
  • 397
  • 3
  • 5
  • 18
0
votes
1 answer

How to autoplay videos on Android using videogular and ionic v1?

In my project I am attempting to autoplay videos on Android devices. Currently, I have the following:
Jeremy
  • 3,620
  • 9
  • 43
  • 75
0
votes
1 answer

Videogularjs AutoPlay not working

I have a site where I can show two videos at the same time. There is a main video, and the seconday that is an adv video that needs to be shown at some specific moment and then dissapears. But there is an issue because the AutoPlay function is not…
Faabass
  • 1,394
  • 8
  • 29
  • 58
0
votes
0 answers

Videogular 2 with HLS (hls.js) on ionic 3 : No video in emulators

I prepared copy of needed files in assets (hls.min.js and videogular2/fonts) I imported hls.min.js and css in index.html I imported modules in my…
0
votes
0 answers

Issue with vg-scrub-bar in ionic

Getting error as : Can't bind to 'vgSlider' since it isn't a known property of 'vg-scrub-bar-current-time'. If 'vg-scrub-bar-current-time' is an Angular component and it has 'vgSlider' input, then verify that it is part of this module. If…
Pratik Sinha
  • 234
  • 1
  • 14
0
votes
1 answer

Background audio not work with Ionic3 + Videogular2 on iOS

I'm using Videogular2 in an Angular/Cordova/Ionic3 project, where I play mp3 audio live streams. All works good with mp3 and mp4, on browser and iOS simulator. When the user Lock The Screen in iOS Device I expect that the audio continues to play in…
Francesco
  • 1,128
  • 12
  • 22
0
votes
1 answer

Angular app not loading css font file - asp.net core app

I'm an angular starter, and also just started test it in asp.net core (with Microsoft.AspNetCore.SpaTemplates as blogged here). My problem is that one of my dependencies is not loading its css style, I've edit webpack.config.vendor.js to include…
eyal
  • 369
  • 1
  • 5
  • 14
0
votes
1 answer

Videogular2 Ima implementation in Ionic 3

I use Videogular 2 on Ionic 3. I follow this tutorial (https://videogular.github.io/videogular2/modules/ima-ads/) for the implementation. But when Videogular tries to load ads on VgImaAds.loadAds method, it gives this error 'googletag is not…
umutg4d
  • 239
  • 4
  • 15
0
votes
0 answers

HTML5 video element with undesired play icon (ionic/android/videogular)

A big rectangle play icon is appearing in my videogular video player - when the video loads it sits on top of the icon (which still shows above). See image for example. On the left is the big playbutton, on the right is after the video loads, but…
Kinglish
  • 23,358
  • 3
  • 22
  • 43
0
votes
1 answer

videogular on android device

I am trying to get a video to play from an ionic app using videogular. The video is stored locally on my device within the app in a vids folder. I have grabbed the actual videogular.mp4 file which so the local path is vids/videogular.mp4. In the…
user3407300
  • 419
  • 1
  • 5
  • 12
0
votes
1 answer

Videogular Angular video player problems with async data and `this.config` in controller

I'm using the Videogular video player for Angular. The HTML code looks like this:
0
votes
1 answer

Is there an event that fires when a Videogular video 404s?

I'm just trying to display an error message instead of my video when the video 404's (right now it attempts to load endlessly). I thought the best solution was indicated here, but I don't know that videogular fires an event at all upon 404. If an…
Womble
  • 345
  • 3
  • 13
0
votes
1 answer

Onfocus Autoplay in videogular

I'm trying to fetch all the videos by using ng-repeat. Everything is working fine except when it loads all the videos starts playing. And I want the app to play only the video which are in focus. Please help me to fix it.
dpk
  • 339
  • 2
  • 5
  • 22
0
votes
0 answers

Videogular2 ts imports not found

I'm trying to use videogular2 in an ionic2 application. So far i've executed npm install videogular2 --save and then tried to import anything from this package but none of the imports are found. There are .d.ts files present for e.g. controls, but 6…
HES_Xenon
  • 103
  • 1
  • 1
  • 8