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

Cannot play mpegdash video created with amazon elastic transcoder in videogular

I transcoded a few videos using Amazon Elastic Transcoder and I am using videogular also with wowza for some live videos. When I use wowza with mpegdash the players work fine. But when I try to use my transcoded files with cloudfront nothing works.…
Juan Diego
  • 1,396
  • 4
  • 19
  • 52
0
votes
1 answer

Audio player with a playlist using buttons

I'm attempting to make a sound board app with Angular 6 and Electron. I'm trying to use Videogular 2 for the audio player. My github repo can be found here https://github.com/benhalverson/electron-angular-soundapp HTML
BenH
  • 428
  • 5
  • 19
0
votes
2 answers

Playing videos from Google drive with videogular2

I am trying to use videogular2 and I have simply replaced the static video content link with a shareable link from Google drive that points to an MP4 video file.
0
votes
1 answer

Videogular 2 seekTime function wont work with HLS stream

I have a .m3u8 file to stream using Videogular 2 and I want to have a start time that is a few seconds into the video, it works fine with mp4 but not with hls when I use vgAPI seekTime() function VIEW
condo1234
  • 3,285
  • 6
  • 25
  • 34
0
votes
0 answers

My videogular html5 will not play my php content that is retrieved. Links unclickable

Currently, I am able to post and retrieve content from my php database. I am also able to play the demo links that comes with videogular in the video player. However, when i click the poster image of the retrieved php database video, it does not…
0
votes
1 answer

Ionic Accessing video files downloaded to dataDirectory

I am using Ionic3 with videogular2. App that i developed is a e-learning app that provides video tutorials to the users. It has feature to download videos so that user can use the app offline. I used fileTransfer plugin to download files and file…
NRaghavendra
  • 126
  • 1
  • 7
0
votes
1 answer

I want to integrate these two angularJS Dependency Injection in one project

I'm working on a project where I need to integrate a video plugin named "videogular" on angular-filemanager using electronJS platform . this is the link for the videogular this is my project Dependency Injection : (function (angular) { 'use…
Firas
  • 13
  • 4
0
votes
0 answers

Selenium click play on a movie wrapped with Viedogular

Im trying to automate a page and i wish to click the play button of a video. the video dosent has an Id so im using xPath. I have more than 1 movie and i noticed that in the second movie the xPath of the overlay button changes (in result selenium…
Udi
  • 67
  • 8
0
votes
1 answer

How to remove the "track" on Videogular2 CuePoints running on Firefox?

If you access the demo from Videogular2 on Firefox, when the timer hits the CuePoint it shows the track with the "object" as the CuePoint info-layer on the side. On Chrome it works just fine. There is a way to keep the cue-points and hide the…
0
votes
1 answer

Videogular - show image or video

I use videogular in my angularjs app. I make list with video and another list with the image. When user select video in list videogular starts playing selected video. But, if user select image from list I want to show selected image in videogular or…
Arter
  • 2,224
  • 3
  • 29
  • 66
0
votes
0 answers

Why doesn't Videogular font display consistently across browsers?

In the videogular-themes-default plugin, the videogular font is referenced by videogular.css and lives in the same directory on the server (in .woff, .svg, .eot, and .ttf formats). Different browsers produce different results rendering it. For an…
fuzzy marmot
  • 373
  • 4
  • 10
0
votes
1 answer

Videogular2 VgFullscreenAPI for mobile devices is not working

I am working on Videogular2 api for my angular application. The VgFullscreenAPI is working fine for large screen devices. But it's throwing error when using it for small screen devices. Any lead is appreciated. I couldn't able to reproduce the same…
0
votes
1 answer

Best video format / codec to optimise 'seeking' with Videogular

I am using the Videogular2 library within my Ionic 3 application. A major feature of the application is the ability to seek to different places within a video. I noticed that some formats have very quick seek response, while others take seconds to…
dbertels
  • 83
  • 1
  • 10
0
votes
2 answers

Videogular2 gives cors error for Azure DRM protected content

I am using Videogular2 for azure content playback. The contents hosted on azure without DRM works perfectly. When I implement DRM protected content having token authentication gives CORS error. The error is thrown while fetching license from license…
mandar
  • 35
  • 1
  • 12
0
votes
2 answers

Videogular2 control outside element

Is there a way to use a controler outside the element? I'm trying to make a fullscreen button outside the like following:
Fig
  • 275
  • 1
  • 7
  • 19