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

videogular, multiple video on one page

Could you please publish somewhere an example, how to control two siblings video on one page produced by ng-repeat from a parent controller: "play both", play left", "pause both", etc: [http://plnkr.co/edit/bvTvBNo3B4yydbzIOraX] . I know how to do…
0
votes
2 answers

Videogular fails to play video

I have dynamically binded the video src tag using angular.But videogular fails to append the video url. Below is my videogular tag with angular bind expression where it binds video url dynamically.
Asif Iqbal
  • 531
  • 8
  • 28
0
votes
1 answer

Videogular volume control is not visible in apple IPad

Implemented videogular html player.All works well in desktop but in case of Apple IPAD the volumne control is not visible.And one major issue is on clicking full-screen of videogular player,video does not plays in videogular instead it opens up in…
Asif Iqbal
  • 531
  • 8
  • 28
0
votes
1 answer

Videogular is vg-controls are not working with vg-quality plugin

'use strict'; angular.module('myApp', [ "ngSanitize", "com.2fdevs.videogular", "com.2fdevs.videogular.plugins.controls", "th.co.softever.videogular.plugins.quality" ] ) .controller('HomeCtrl', …
0
votes
1 answer

Why can I not get a reference to an element I can see in AngularJS Videogular?

I am working on getting the videogular-subtitle-plugin to work with the latest version of Videogular/AngularJS. I am new to AngularJS so I am assuming there is something stupid simple that I am just not understanding. I am running into an issue in a…
Yermo Lamers
  • 1,911
  • 14
  • 25
0
votes
0 answers

how to show preview on hover of video

I am loading multiple video in a web page using AngularJs using Videogular, an HTML5 video player for AngularJS. I need to show the preview of a video on hover, something like like moving images I have seen in many website. I can't play orignal…
Shashank Singh
  • 543
  • 8
  • 12
0
votes
2 answers

angular $sce trustAsResourceUrl from node

im trying to make a streaming service where i stream the content of a file (in this case a video) into a video element. for this purpose i have downloaded and installed videogular and is now trying to set it up however im sure how to do…
Marc Rasmussen
  • 19,771
  • 79
  • 203
  • 364
0
votes
1 answer

videogular not loading any videos or controls

I'm implementing videogular in my angular application, which is my first angular website. I've followed everything as shown in the example http://www.videogular.com/tutorials/how-to-start/, but nothing is coming up on the UI and didn't find any…
Ajay Srikanth
  • 1,095
  • 4
  • 22
  • 43
0
votes
2 answers

Controls font/symbols missing - videogular

I ran into a a problem with videogular controls. I must be missing some step in the installation process. I guess I need to include some symbols font, but have no idea where to find it and how to include it. The controls appear to have no…
0
votes
1 answer

Trouble setting a service variable in AngularJS

This is my first project in AngularJS and it's something I've been wanting to try out for a while now. I'm using the Foundation Apps Framework (which is built on Angular), and I've been having some trouble setting a service variable. The idea is for…
jb93
  • 77
  • 8
0
votes
1 answer

Videogular - path to mp4 file not working on Android (but on iOS yes)

i have following config for video files for playing: $scope.availableTimelapseVideos = [ { name: "Clouds", sources: [ {src: $sce.trustAsResourceUrl("videos/clouds.mp4"), type: "video/mp4"} …
redrom
  • 11,502
  • 31
  • 157
  • 264
0
votes
1 answer

Play base64 wave or m4a using videogular

According to the doc http://www.videogular.com/docs/#/api/com.2fdevs.videogular.direcitve:vgMedia it only takes Url as the input. Is there a way to pass base64 into this, just like using
HP.
  • 19,226
  • 53
  • 154
  • 253
0
votes
1 answer

Extracting the actual playing video area (i.e without the black bars) in videogular

Is there a way to extract the actual playing video area (e.g x,y,width,height) inside the videogular player? by "actual playing video", i mean the part between the black bars (in cases when the videogular container has different aspect ratio than…
amit
  • 2,171
  • 4
  • 31
  • 50
0
votes
1 answer

Videogular CSS not working - UI distorted

I am using Videogular, it is absolutely good there is no doubt about that but works only with http:/ calls as its theme is in http://www.videogular.com/styles/themes/default/latest/videogular.css. But my application work only on secure https.…
Sammi
  • 109
  • 3
  • 11
0
votes
1 answer

videogular stretch not working

I have another issue with videogular. The stretch mode is not working for me.
Pieter
  • 25
  • 1
  • 5
1 2 3
9
10