Showing posts with label VLC. Show all posts
Showing posts with label VLC. Show all posts

June 18, 2016

How to Open Vlc using Java

22:07 Posted by Freblogg , , , No comments
Java is a very versatile programming language and so needless to say you can do a lot of things with it. Even if it is playing a video or audio using VLC!

So, what do you need to do this?
  • You obviously need Java installed on your system
  • You need VLC. Duh!!  (You can use just about any other player if you wish)
  • (Optional) Source code for this program from github
So, With that said, let's get started.