I want to play video file in JAVA(java swing).
I have used JMF(java media framework). But it support .mpg format only.
I want to play .mp4 format video file.
How to do this?
I could play mpg video …
I'm developping my first Java application which actually needs a 3rd party package and now I'm lost as to how to actually use it. The packages I need are from VLCJ so that I can embed a media player in …
I am trying make a messenger program in Java that has a video player in it, so I'm using vlcj. But I receive this error:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
Unable to load library 'libvlc':
The specified module …