Hi, I'm new in
JAVA MEDIA FRAMEWORK (JMF), I need to run a video in java and I choosed JMF to run one.
I'm using
ubuntu 10.04 version LTS and I'm programming in
Eclipse IDE.
I downloaded JMF from the oracle page and I installed it. In the linux console I write this command "java JMStudio" and I can run only mpg videos but only I can hear the sound without the video.
In eclipse, I dowloaded some samples that run videos with JMF and when I run the video the console send me these messages error: "
Unable to handle format: MPEG, 320x240, FrameRate=29.9, Length=115200" and "
Unable to handle format: mpegaudio, 44100.0 Hz, 16-bit, Mono, LittleEndian, Signed, 8000.0 frame rate, FrameSize=16384 bits"
I have these JMF jars in Eclipse:
* customizer.jar
* jmf.jar
* mediaplayer.jar
* multiplayer.jar
* mp3plugin.jar
* jffmpeg-1.1.0.jar
Please, anyone helpme, I don't know what to do to run a video in java with JMF, I need to do a program that executes videos in java, thanks a lot...