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
1
vote
1 answer

Why does Videogular put the video source on controller.config instead of on the $scope?

I have a basic Videogular video player setup to play videos from Firebase Storage. In the HTML view this works:
Thomas David Kehoe
  • 10,040
  • 14
  • 61
  • 100
1
vote
1 answer

Videogular + videogular-quality - how to prefetch all streams in advance

I'm using the latest version of videogular and videogular-quality plugin for changing quality of the video. At the moment the plugin fetches the new stream upon toggling which creates a bad user experience. Is there a way to prefetch the sources…
john depp
  • 89
  • 8
1
vote
0 answers

Youtube videos not playing in videogular2 Plugin

I've installed Videogular2 into my Angular-CLI application and followed the steps to integrate video into the page. When I give the source of local video it is working fine, but when I give source of Youtube or any other external video it is not…
Vamsi
  • 23
  • 6
1
vote
1 answer

Html5, chuncked video streaming

My html-video calls multiple separate request for chunks. seems not like single stream. When I see that in debugging tools, As you see, there are 3 different call. This is the request header, Accept:*/* Accept-Encoding:identity;q=1,…
Expert wanna be
  • 10,218
  • 26
  • 105
  • 158
1
vote
0 answers

Ionic - Videogular Fullscreen and Android

again I got a really strange Bug on Android devices for my app with the use of videogular. I also use a Fullscreen-Plugin, and a plugin for Screen-Orientation to make sure which orientation is in use. But anyway, the problem now is, that when I…
William Wallace
  • 89
  • 3
  • 12
1
vote
0 answers

for videogular.js, is there a plugin for error handling?

Using ng-onError = vm.fn(), as specified on the docs. If the src is not supported, is there a way to display that message (or custom message) on the video screen using videogular?
rc_dz
  • 461
  • 4
  • 20
1
vote
0 answers

Unable to set property 'playsInline' of undefined or null reference

I'm using videogular in my angular SPA application, i'm keep getting the error "Unable to set property 'playsInline' of undefined or null reference" for some videos though I'm setting the src with proper video files. It works fine for some files.…
Ajay Srikanth
  • 1,095
  • 4
  • 22
  • 43
1
vote
0 answers

How to access videogular's API inside a directive

I need multiple videogular videos on a page, each one with a button beneath to start the video. In order to have a scope for every single video I need to put them into directives, as discussed here. I'm not able to access videogular's API though.…
user3255061
  • 1,757
  • 1
  • 30
  • 50
1
vote
1 answer

Videogular vg-controls plugin position under the video

sound quite easy but at the moment I don't find a solution for it. I simply try to get the vg-controls plugin positioning under the video. Because I am using the Plugin in Ionic, it is not so usability-friendly when the vg-controls autohide or…
William Wallace
  • 89
  • 3
  • 12
1
vote
0 answers

Videogular not working in Firefox 39.0 on Ubuntu 14.04

I am trying out Videogular following is my HTML template,
Rajneesh
  • 2,185
  • 4
  • 20
  • 30
1
vote
1 answer

Videogular Player shows filmstrips on Android-Smartphone

I am in the final steps on my first Ionic-App and I am using the videogular-player. So far everything works fine but I see a strange bug/feature on my Samsung S5 mini android phone. everytime I am opening my "MediaPlayer-Player"-page, where the…
William Wallace
  • 89
  • 3
  • 12
1
vote
1 answer

How to fetch the curent time in videogular on ng-click

On ng-click call publishBookmark scope object.On html page rendering it has a video tag,so catching the video tag and trying to get the current time location when i click the button but alway gets "0" as alert message.
1
vote
1 answer

videoangular--How to have multiple video players in one screen?

Hi so Im using this angularjs framework "videogular" and have no problem creating a single player, but I dont know how to create multiple players in one screen since apparently each player requires a controller sample code…
1
vote
0 answers

Videogular - video stops playing often - how to preload and indicate loading status

I have 86mb 1920x1080 video that I am playing online using videogular. The video freezes often, taking 5-10 seconds to continue playing. Is there a way to preload video completely and then play? Is there a way to indicate how much has been loaded…
1
vote
0 answers

Request protected audio source with videogular

i'm currently trying to fetch some audio ressources from my back-end which need a JWT on each request, and i can't disable the security, most of the audio file are from private meeting. The probleme is that i can't find where to set the header field…
JonathanChaput
  • 334
  • 1
  • 4
  • 9