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
- Host: GitHub
- URL: https://github.com/tuxity/angular-vlc
- Owner: tuxity
- Created: 2014-11-08T15:26:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T23:34:29.000Z (almost 9 years ago)
- Last Synced: 2025-04-23T16:24:42.359Z (about 1 year ago)
- Topics: angularjs, vlc
- Language: HTML
- Size: 102 KB
- Stars: 21
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
[](http://opensource.org/licenses/MIT)
[](https://david-dm.org/tuxity/angular-vlc#info=devDependencies)
# Screenshots

## 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).