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
2 answers

videogular crops video rather than resizing

I have a video with original size 1920x1080. I am using the css from the basic set up tutorial, but tried setting the default height in css to 1080: .videogular-container { width: 100%; height: 1080px; margin: auto; overflow:…
1
vote
2 answers

Videogular - Date filter in hh:mm:ss format not working

I am trying to implement Videogular in my audio player App. Settings in the example code on this page are given below: {{ currentTime | date:'mm:ss' }}
AnR
  • 1,809
  • 3
  • 26
  • 45
1
vote
1 answer

Videogular controls not fully rendering

I'm implementing a site that is using Videogular to play the videos as it integrates nicely with the rest of the AngularJS within the site. Every file that is needed appears to be in the correct location in the path but the end result is only the…
Matt K.
  • 41
  • 6
1
vote
1 answer

bower ENOTFOUND Package videogular not found

I am trying to install videogular using bower and I am getting the error: bower ENOTFOUND Package videogular not found Should I install in manually?
David
  • 373
  • 3
  • 7
0
votes
0 answers

auto adjust video bitrate with network speed by using videogular library in angular

if the video size is too big then while playing it is buffering for that I want to reduce the bitrate of video with the network speed. I'm using videogular npm library. i found one solution with vgDash directive but it is not working. is there any…
0
votes
0 answers

Videogular with mp4 from backend not working

i wanted to integrate streaming in my own app and website, but i always get the error: "Cannot play media. No decoders for requested formats: text/html" ("Medien konnte nicht abgespielt werden. Keine Dekoder für angefragte Formate: text/html") the…
NEYT
  • 11
  • 4
0
votes
1 answer

Angular videogular - hide navbar onHide controls

Using videogular component i am trying to figure out a way how to hide my navbar when the vgControls are hidden using vgAutohide. Is there any easy way how to listen to this change? I…
0
votes
1 answer

@videogular/ngx-videogular autoplay not working

I'm having some trouble autoplaying the video when loading the page. The video source URL is loaded dinamically so I've wrapped vg-player with a div and a ngIf so it shows only when the source URL is not empty. If I add the autoplay="true" to the…
0
votes
1 answer

videogular2 not playing video when loaded

I am using videogular to make a videoplayer on mu website. I want the video to start playing once the page is loaded, without the need of the user to press the start button. I didn't succeed in anything that I tried so far. The video does work fine…
mvoelcker
  • 330
  • 4
  • 8
0
votes
0 answers

How to reload videogular hls m3u8 file when streaming is in live?

I'm streaming an m3u8 live stream from AWS cloud front distribution. What happens is the player stops playing after a certain time i:e; the video segments which are processed are able to play while the other segments which are processed in the…
0
votes
1 answer

Videogular2 with android back button doesn't go back to the app

I'm developing a mobile app with cordova and Angular, and I have videos on the app I used Videogular with the following code
JoseCarlosPB
  • 933
  • 2
  • 14
  • 29
0
votes
1 answer

Videogular2 Get video duration return NaN

I'm in an angular project with Videogular2 and I've got a problem with retrieving video duration. The Vgapi have a duration property. duration [read-only] :number Returns the duration in seconds. When I'm using it. It returns Nan. When i'm looking…
BenYsil
  • 137
  • 4
  • 16
0
votes
1 answer

Videogular2: mute functionality is not working in iphone, ipad

We have integrated Videogular2 library into our Angular 7 Project. Everything works fine in Desktop for both Chrome and Safari. But when i tested the same in Iphone and iPad, Mute functionality is not working. It's working fine in Android…
Suresh Kumar Ariya
  • 9,516
  • 1
  • 18
  • 27
0
votes
1 answer

Parsing HLS manifest file videogular2

I am trying to play a HLS live stream using videogular2. The video is playing fine however, it does not show the right time. I am guessing videogular2 should parse the .m3u8 manifest file and use the "EXT-X-PROGRAM-DATE-TIME" header as an offset to…
0
votes
1 answer

How to make videogular2 HLS working on IOS?

I'm using videogular2 to display HLS on an Angular 6. It's working on desktop or Android mobiles, but I have the following error on IOS : TypeError: undefined is not an object (evaluating 'this.medias.toArray()[0].elem') Here is my template :…
Sa Hagin
  • 502
  • 1
  • 7
  • 18