JMF Help

Pessoal preciso de ajuda estou tentando fazer um aplicativo que usa JMF, mas para conseguir boa qualidade de video depois de muita pesquisa me indicaram o jobsJMF, eu estou tentanto fazer meu framework JMF funcionar com as bibliotecas dele li o procedimento do tutorial esta abaixo:

The installation of Fobs4JMF is very system dependent. This section contains instructions for the installation of the library in the following systems: MacOSX, Linux, Windows (MinGW).

The first steps are common for every system.

  1. Install latest JMF version

  2. Include $FOBS_ROOT/dist/jmf/fobs4jmf.jar into your java classpath environment variable (or include it directly in the command line invocation of java)

  3. Include $FOBS_ROOT/dist/jmf/jmf.jar into your java classpath environment (or include it directly in the command line invocation of java)

  4. Proceed based on your platform

MacOSX
Copy libfobs4jmf.jnilib to /usr/lib/java/libfobs4jmf.jnilib or set the DYLD_LIBRARY_PATH environment variable to include the location of your libfobs4jmf.jnilib file.

Linux
Include the $FOBS_ROOT/lib directory into LD_LIBRARY_PATH.

Windows (MinGW)
Copy fobs4jmf.dll to windows/system32 directory.

  1. Register plugin in JMF

Launch JMStudio (java JMStudio).
Go to File->Preferences
Enter the “Plugins” tab
In the “Demultiplexer” tab, add the class “com.omnividea.media.parser.video.Parser” and commit. See screenshot.
In the “Codec” tab, add the class “com.omnividea.media.codec.video.NativeDecoder” and commit. See screenshot.
In the “Codec” tab, add the class “com.omnividea.media.codec.audio.NativeDecoder” and commit. See screenshot.
In the “Codec” tab, add the class “com.omnividea.media.codec.video.JavaDecoder” and commit. See screenshot.
Go to the “Packages” tab
Include “com.omnividea” in both the Protocol Prefix and the Context Prefix list. Move both of them up to the first position. Commit both. See screenshot.

Eu nao estou sabendo fazer corretamente a parte do classpath, eu acho porque quando eu starto a JMStudio pelo dos e vou em plugins nao aparece a classe Omnividea conforme o procedimento 5.

No entanto se eu starto o JMStudio pelo bat de da pasta que baixei o Fobs4JMF ele aparece isso porque quando ele inicia o programa ele chama na linha de comando o path correto.

Alguem pode me ajudar por favor por incrivel que pareca nao estou conseguindo configurar o path ou tem algo besta que estou fazendo o que sei de java aprendi sozinho talvez esteja faltando conceito.

Espero que me ajudem.

Foi mal ressucitar o post
mais é para não criar outro, também to com uma duvida sobre isso
não intendi isso

Include $FOBS_ROOT/dist/jmf/fobs4jmf.jar

Oque é FOBS_ROOT?