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
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
  • 577
  • 4
  • 20
5
votes
2 answers

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
  • 320
  • 4
  • 15
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,767
  • 8
  • 49
  • 103
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,201
  • 2
  • 10
  • 19
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
  • 233
  • 3
  • 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
  • 307
  • 1
  • 6
  • 20
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
  • 484
  • 4
  • 13
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
  • 151
  • 1
  • 3
  • 19
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,767
  • 8
  • 49
  • 103
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
  • 339
  • 2
  • 5
  • 22
3
votes
1 answer

moving video forward/backward frame by frame using Videogular API

Is there a way to seek the video frame by frame using Videogular API? If not, what would be the best work around? Thanks!
amit
  • 2,171
  • 4
  • 31
  • 50
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,944
  • 2
  • 30
  • 44
3
votes
1 answer

How to manually change the src file in Videogular?

I am trying to implement Videogular in my AngularJS App. The out of the box example works nicely, no issue. But I am unable to ask the player manually to play a different file, instead of the running audio. Here is my HTML.
AnR
  • 1,809
  • 3
  • 26
  • 45
2
votes
1 answer

Where to put angular-cli.json content on Ionic 3 app

I use videogular2 with Ionic 3 app. Can you tell me how can I do below kind of modification with ionic 3 app since it doesn't have angular-cli.json I have installed it like so: npm install hls.js --save angular-cli.json { ... …
Sampath
  • 63,341
  • 64
  • 307
  • 441
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:…
1
2 3
9 10