An open API service indexing awesome lists of open source software.

https://github.com/tuxity/angular-vlc

An AngularJS directive to include VLC Web Player code with a more beautiful & advanced interface
https://github.com/tuxity/angular-vlc

angularjs vlc

Last synced: about 1 year ago
JSON representation

An AngularJS directive to include VLC Web Player code with a more beautiful & advanced interface

Awesome Lists containing this project

README

          

angular-vlc
===========

An [AngularJS](https://angularjs.org/) directive to include [VLC](http://www.videolan.org/) Web Player code with a more beautiful & advanced interface

[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://opensource.org/licenses/MIT)
[![devDependency Status](https://david-dm.org/tuxity/angular-vlc/dev-status.svg)](https://david-dm.org/tuxity/angular-vlc#info=devDependencies)

# Screenshots

![Screenshot1](https://i.gyazo.com/6e0410a0d1fa2073a8f673fc6826e879.png "angular-vlc video player")

## Features

* Play/Pause the video
* View current time and video duration
* Change audio and subtitle track
* Mute/Unmute
* Toggle Fullscreen

## Requirement

You must have VLC and the Web plugin installed on your computer, more informations on the [VLC website](http://www.videolan.org/).
For OS X users, you can find the plugin (actually in beta) [here](http://download.videolan.org/pub/videolan/vlc/2.2.4/macosx/VLC-webplugin-2.2.4.dmg).

* Don't forget to activate support of NPAPI and ActiveX plugins in your browser *

## Getting Started

Install the component via [Bower](http://bower.io/)

```shell
bower install --save angular-vlc
```

Or simply download the files in the dist folder

Add the CSS

```html

```

Load the JavaScript file

```html

```

And finally add the dependencies to your AngularJS project

```javascript
var myAppModule = angular.module('MyApp', ['kdarcel.vlc-player']);
```

Now you can call the directive in your code

```html

```

## Bug report

### VLC

You may have some problems with the VLC Web Plugin. Feel free to create a new ticket on the [VLC Bugtracker](https://code.videolan.org/videolan/npapi-vlc/issues), they are reactive and like this you can help to improve the plugin ! More reports it is, more stable will be the plugin !
You can also contribute on the project, here the [git repository](https://code.videolan.org/videolan/npapi-vlc)

## License

angular-vlc is freely distributable under the terms of the [MIT license](http://opensource.org/licenses/MIT).