JMF errors on Linux system only
Hello,
I'm trying to do somevery simple video manipulation with JMF. The thing is if I run my program in Windows it works, but the same code on Linux (with Linux performance pack) doesn't work returning this error message:
The input format is not compatible with the given codec plugin: com.sun.media.codec.video.colorspace.RGBScaler@1ce3fc5
Failed to realize: com.sun.media.ProcessEngine@1d10a5c
Cannot build a flow graph with the customized options:
Unable to transcode format: MPEG, 176x112, FrameRate=29.9, Length=29568
to: RGB, 100x76, FrameRate=29.9, Length=29568
outputting to: video.x_msvideo
Unable to add customed codecs:
itec.adaption.video.resizeCodec@13f991
itec.adaption.video.grayscaler@165a3c2
Error: Unable to realize com.sun.media.ProcessEngine@1d10a5c
I tried different settings in the jmfregistry and setting the LD_LIBRARY_PATH to the JMF lib directory etc... with no success at all. The error message remains. I tried different input video files too.
Does anyone know whats going on here? And why this happens only on Linux?
$ java -version
java version"1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode)
and JMF-2.1.1e are on this Linux system (Gentoo) installed.

