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

Videogular autoPlay error

Hey guys I'm trying to setup my videogular for the first time. It's throwing an error when I try set the autoplay setting to true: ReferenceError: VG_UTILS is not defined at videogular.js:506 at angular.js:16210 at…
Pieter
  • 25
  • 1
  • 5
2
votes
0 answers

Videogular - How do i get started with Videogular

i'm beginner of HTML5. i want to use the videogular My Questions: How do i get started with Videogular? How do i configure (or) implement in html page? Is any specification need to implement videogular?. i referred Videogular API still, am in…
madhavan
  • 31
  • 2
  • 6
2
votes
1 answer

Interacting With the Videogular Directive -- How To Do So?

I'm using https://github.com/2fdevs/videogular and out of the box it works quite well, specifically.
1
vote
0 answers

Videogular error 'vg-player' is not a known element

I'm trying to play audio with videogular2 but have this error. 'vg-player' is not a known element. I searched and I think the code is fine. Any idea? My code is as follows: import { VgCoreModule } from 'videogular2/compiled/core'; import {…
Troy
  • 11
  • 2
1
vote
2 answers

Cannot find module './single-media-player'

I need to integrate videogular2 on my Ionic 3 app. So I have done these things: npm install videogular2@6.1.1 --save npm install @types/core-js --save-dev My page module: live-event-video.module.ts import { NgModule } from '@angular/core'; import…
Sampath
  • 63,341
  • 64
  • 307
  • 441
1
vote
0 answers

How to map a list of videogular2 videos

Based using ionic v.3 to build app. Here is the question: I have a bulk list of video urls and each time fetch 10 to show on the page.
1
vote
1 answer

Angular - 404 (Not Found) when loading async data from endpoint

I keep getting an 404 error on my media player as the "sermon.fileName" property is made available after the component loads on screen. How can I work around this? sermon.component.ts import { Component, OnInit, ChangeDetectorRef, AfterViewChecked…
methuselah
  • 12,766
  • 47
  • 165
  • 315
1
vote
0 answers

How can i integrate custom advertisement using cue points of videogular with angularjs

How we can integrate custom advertisement using cue-points using angularjs.
1
vote
3 answers

How to play a local video file using videogular2

How can I play a local video file using Videogular. I know that for security reasons, the user has to manually select the file. However, I don't know how to set the source of videogular to the selected file. I am using ng2-file-input to get the file…
Fynn
  • 4,753
  • 3
  • 32
  • 69
1
vote
0 answers

How to resize videogular2 component in Angular?

I had a HTML component from videogular2 for a videoplayer:
1
vote
2 answers

Is there a poster plugin for videogular2?

I am working on videogular2 api to play the videos in my application. I see there is a poster plugin for videogular. But I didn't find it for videogular2. Can someone please point me in the right direction if you have came across this.
1
vote
1 answer

disable forward operation videogular

import {VgCoreModule} from 'videogular2/core'; import {VgControlsModule} from 'videogular2/controls'; import {VgOverlayPlayModule} from 'videogular2/overlay-play'; import {VgBufferingModule} from 'videogular2/buffering';
1
vote
1 answer

How to show pointer head on vg-scrub-bar of video gular library?

Here there is a simple line seek bar with no drag feature, --> …
Pratik Sinha
  • 234
  • 1
  • 14
1
vote
1 answer

videogular2 set next video and play automatically

I made simple player in ionic 2 with videogular-2. When i press start button first video is playing X number of time after getting end event i play video again for X time. For example first.mp4 is playing 2 time after i will set next video in source…
Paresh Gami
  • 4,777
  • 5
  • 23
  • 41
1
vote
0 answers

Videogular Layout Breaking on Browser Back Button

I'm using Videogular to render a page of videos, but on navigating back from the details page, I'm getting a broken layout like so: The actual layout should look like this: HTML:
nikjohn
  • 20,026
  • 14
  • 50
  • 86
1 2
3
9 10