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

Videogular2 video is broken on publish

I have a angular 4 project and added a video using Videogular2 like so:
Erez Konforti
  • 243
  • 5
  • 19
2
votes
1 answer

Android App Force Landscape Video Whilst App Is Portrait

I have created an app using Ionic 3, and it's forced to be portrait only. In the app there are lots of videos, some which play inline, others which play fullscreen. I'm using Videogular (http://www.videogular.com/). My question is, on Android, is it…
Daniel Dewhurst
  • 2,533
  • 2
  • 21
  • 39
2
votes
0 answers

videogular only showing black screen not playing the video

I have followed this page . and this is only showing black screen its not playing the video. here is my code vm.config = { sources: [ {src:…
Asad
  • 3,070
  • 7
  • 23
  • 61
2
votes
0 answers

how use Quality selection for Videogular

I use videogular to display the video. and noppolp When I put the code into a normal state, the video runs But the code does not execute when I set up a multi-quality code.
2
votes
1 answer

AngularJS: Retrieving Videogular templates stored in $templateCache results 404 Error

I currently develop an AngularJS 1.5.9 Single Page Application on my localhost with NodeJS running backend, where I use Videogular framework. http://www.videogular.com/ Everything is fine except inserting videogular object on my page. I strictly…
inaumov17
  • 1,329
  • 11
  • 18
2
votes
2 answers

Videogular : Unable to add videos dynamically

I'm developing an application using Ionic and in that I'm allowing user to upload videos. So for playing videos I have integrated Videogular library. Controller Code $scope.videoAPI = null; $scope.config = { playsInline: false, …
Tushar
  • 1,115
  • 1
  • 10
  • 26
2
votes
0 answers

Audio streaming using rtmp protocol in videogular

I am using videogular player for playing audio . test.push({ src: $sce.trustAsResourceUrl("myserver/mypath/to/song.mp3"), type: "audio/mp3" }); This is working fine. But i need to stream rtmp protocol url instead of…
vikash5472
  • 200
  • 2
  • 16
2
votes
2 answers

How do I access the methods of the video when using Videogular?

I have a video that I want to pause after it reaches X seconds. I can play the video I can listen to the currentTime through: I can catch the time I'm…
zipdog
  • 43
  • 1
  • 7
2
votes
1 answer

How to apply css mark on videogular time line at specific time

I have an html player application where user can search a term ,then its populate the result with the time where those words occurs.On clicking that specific sentence the html player starts playing from that location. But with this functionality I…
Asif Iqbal
  • 531
  • 8
  • 28
2
votes
3 answers

Videogular displays incorrect start time and end time for a video

Why videogular is not displaying the correct start time for the video?For all video it starts from 30:00 which shud be 00:00 and start incrementing as video plays.
Asif Iqbal
  • 531
  • 8
  • 28
2
votes
2 answers

stop other video that is playing in background on play the new one

I am using Videogular to show video. could you please help me how to stop/pause other video when user click on play button to new one. So by this at a time user can play only one video at a time. The system should automatically stop other video that…
Shashank Singh
  • 543
  • 8
  • 12
2
votes
1 answer

videogular - cuePoints not working

Recently I started learning Videogular's cue points. My aim is to pause the video at the given time (5th second here). Here's my angular controller: angular.module('myApp',[ "ngSanitize", "com.2fdevs.videogular", …
ronfe
  • 21
  • 2
2
votes
1 answer

Stream application/octet-stream mime type with Videogular

I've made an API with NodeJS + Express, which is supposed to send a video stream when we call the /videos/stream/{id} route. Here is the code: router.get('/stream/:id', function(req, res) { fs.readFile(app.get('path') + '/videos/' +…
Flobesst
  • 1,281
  • 1
  • 16
  • 26
2
votes
0 answers

How to catch videogular play button event and manually load source

I have videogular player. I need to catch when user clicks vg-play-pause-button or vg-overlay-play and send request to server to open a stream and then server returns back hostname with port on which stream is stared. Example:…
user991
  • 1,339
  • 2
  • 24
  • 45
2
votes
1 answer

Videogular - how to play given video file on div ng-click?

I have a list of items and and would like to after the ng-click on selected item play videofile with given URL. It means that player instance for view should be hidden and after the click on the list item should be played given video file in…
redrom
  • 11,502
  • 31
  • 157
  • 264
1
2
3
9 10