Giter Site home page Giter Site logo

vlcjwind's Introduction

VlcjWind

VlcjWind (Wind as in Windowed) is a wrapper library for Vlcj.
It is used to simplify the need of having multiple video windows at the same time for the same file.
It is using VLCJ:s DirectMediaPlayer and should be compatible with JavaFx

Example

How to use the library:
VlcjWind vw = new VlcjWind(this); OR VlcjWind vw = new VlcjWind(width, height, this);
vw.registerListener(videoSurface);
MediaPlayer player = vw.getMediaPlayer();
A example of how to use the library can be found in the demo project https://github.com/APayerl/VlcjWindDemo

Gradle

How to import the project is listed here:
https://jitpack.io/#APayerl/VlcjWind
and then choosing prefered release.


Import the project by editing build.gradle:

repositories {
	...
	maven { url 'https://jitpack.io' }
}

Then add the dependency also to the build.gradle:

dependencies {
	...
	compile 'com.github.APayerl:VlcjWind:1.0.0'
}

Maven

How to import the project is listed here:
https://jitpack.io/#APayerl/VlcjWind
and then choosing prefered release.

Import the project by adding to build file:

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

Then add the dependency:

<dependency>
    <groupId>com.github.APayerl</groupId>
    <artifactId>VlcjWind</artifactId>
    <version>1.0.0</version>
</dependency>

Credits

For information about the VLCJ project and how to use VLCJ read on the original developers webpage:
http://capricasoftware.co.uk/#/projects/vlcj

For information about VLC check their webpage:
https://www.videolan.org/vlc/

License

VlcjWind is provided under the GPL, version 3 or later.
No other license possible since Vlcj is GPLv3+.

vlcjwind's People

Contributors

apayerl avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.