caprica / vlcj-swt-swing

Example showing how to use vlcj and SWT embedded in a Swing application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vlcj-swt-swing

Demo showing how to embed a vlcj media player inside an SWT component, inside a Swing application.

You may still need various boiler-plate in your own application to embed the video component correctly in an SWT application (e.g. to create a Shell with an event loop and so on).

Important

Check the pom.xml for the architecture-specific dependencies for SWT.

At the present time, this project defaults to 64-bit Linux.

Other changes may need to be made for other platforms.

OSX

You may need to pass -XstartOnFirstThread when starting the JVM.

About

Example showing how to use vlcj and SWT embedded in a Swing application


Languages

Language:Java 100.0%