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

145 questions
6
votes
0 answers

How to use several videogular2 players with just one media source

I have an angular 6 app using videogular2 for running audio files. The component containing the vg-player (the parent component) is part of ngSwitch statement and therefore is а component that can be destroyed. I need to run audio in background…
Virto111
  • 441
  • 2
  • 14
5
votes
2 answers

How can I implement Videogular in an Ionic 2/Angular 2 project?

I am seeking a working example of Videogular 2 working in an Ionic 2 environment, or even a flat Angular 2 environment. I have tried many different online examples and it feels like the docs are way out of date or totally inaccurate. For example,…
Mike
  • 8,259
  • 8
  • 41
  • 93
4
votes
1 answer

Audio player for AngularJs application

I'm building a music website using AngularJs. I'm not able to find a good audio player for my website. I've tried few git repos, out of them https://github.com/videogular/videogular is pretty good. But even doesn't have next/previous song play and…
randomuser
  • 1,133
  • 2
  • 9
  • 18
4
votes
2 answers

Videogular Controllers are not working when used along with onsen UI

I'm trying to make a video player application using OnSen UI (https://onsen.io) and Videogular (http://www.videogular.com/). When i used together the video controllers of videogular is not working. Following are my code.
Tittu Vaghese
  • 223
  • 2
  • 13
4
votes
1 answer

Videogular Not Loading

I'm trying to implement Videogular in my website, but without all the stuff that comes with downloading the GitHub project. I want to only use videogular.js, the plugins, and the default theme. When I load the page however, its the default HTML5…
GPinskiy
  • 187
  • 4
  • 19
3
votes
0 answers

How can i play local video files in videogular2

i am using videogular2 for playing video files. Playing streaming videos was done successfully and i want to play local video file as well. This is my code..
Ravi arn
  • 404
  • 3
  • 11
3
votes
2 answers

Videogular in Angular 2 using the VgAPI

I started using Videogular2 and I'm trying to play and control multiple videos simultenously. According to the documentation, you can use a master and slave videos to control both of them using the same controls, unfortunately 2 videos are a limited…
sie
  • 121
  • 2
  • 15
3
votes
1 answer

Include hls.js library in an Angular application

I'm trying to include Videogular2 module to my Angular application and I keep getting an error with hls.js. I have followed the Getting started guide but I'm receiving this error in the developer console : ERROR ReferenceError: Hls is not defined …
Ismael
  • 170
  • 2
  • 14
3
votes
1 answer

Update video source in Videogular2

I'm trying to update the video source and then play it. I am using Videogular2 within an Ionic 2 (Angular 2) app. Expected behaviour I would expect the video source to be changed and upon loading begin playing. Actual behaviour The video source…
Mike
  • 8,259
  • 8
  • 41
  • 93
3
votes
1 answer

How to show thumbnails on a video using Videogular plugin in ionic app?

I'm using Videogular plugin to create an ionic app. Everything is working fine. But I want to show thumbnails for videos and I don't know how to do that using videogular. I saw an example using that is
dpk
  • 309
  • 1
  • 5
  • 18
3
votes
0 answers

How do I use an Object URL with Videogular

I am trying to use an Object URL with Videogular and a 0 second video shows up. Here is the code I am trying to use: $http.get("/Video/small.mp4").success(function(data) { var blob = new Blob([data], { type: 'video/mp4' }) val objectUrl =…
rancidfishbreath
  • 3,772
  • 2
  • 27
  • 41
2
votes
1 answer

Ionic3 Angular not allows to access local video file from video player (Android & iOS)

I have an issue (it seems to be hard, I've searched a lot and not found any working solution) with Ionic 3. Summary of issue Trying to access local video file: 'Not allowed to load local resource:…
2
votes
1 answer

Videogular2 video is broken on publish

I have a angular 4 project and added a video using Videogular2 like so:
Erez Konforti
  • 215
  • 3
  • 16
2
votes
1 answer

Android App Force Landscape Video Whilst App Is Portrait

I have created an app using Ionic 3, and it's forced to be portrait only. In the app there are lots of videos, some which play inline, others which play fullscreen. I'm using Videogular (http://www.videogular.com/). My question is, on Android, is it…
Daniel Dewhurst
  • 2,298
  • 1
  • 17
  • 35
2
votes
0 answers

videogular only showing black screen not playing the video

I have followed this page . and this is only showing black screen its not playing the video. here is my code vm.config = { sources: [ {src:…
Asad
  • 2,264
  • 4
  • 17
  • 45
1
2 3
9 10