I have a problem quite similar to . I try to run JMF with fobs4jmf under Eclipse but I always have the same error:
Unable to handle format: DX50, 720x576, FrameRate=25.0, Length=0 0 extra bytes
Unable to handle format: mpeglayer3, 48000.0 Hz, 0-bit, Stereo, Unsigned, 16000.0 frame rate, FrameSize=8 bits
Failed to realize: com.sun.media.ProcessEngine@111a775
Error: Unable to realize com.sun.media.ProcessEngine@111a775
My config:
- OS: Windows XP
- Java : jdk6
- classpath: jmf.jar, and fobs4jmf.jar (linked to fobs4jmf.dll in the build properties)
Important notes:
1. I can make the same code run perfectly under linux (with libfobs4jmf.so)
2. I do not use any jmf.properties file (I did not need one to make it work under linux)
Has anyone any idea of what the problem is ?
Many thanks in advance !
Hi everybody,
I have a problem quite similar to . I try to run JMF with fobs4jmf under Eclipse but I always have the same error:
Unable to handle format: DX50, 720x576, FrameRate=25.0, Length=0 0 extra bytes
Unable to handle format: mpeglayer3, 48000.0 Hz, 0-bit, Stereo, Unsigned, 16000.0 frame rate, FrameSize=8 bits
Failed to realize: com.sun.media.ProcessEngine@111a775
Error: Unable to realize com.sun.media.ProcessEngine@111a775
My config:
- OS: Windows XP
- Java : jdk6
- classpath: jmf.jar, and fobs4jmf.jar (linked to fobs4jmf.dll in the build properties)
Important notes:
1. I can make the same code run perfectly under linux (with libfobs4jmf.so)
2. I do not use any jmf.properties file (I did not need one to make it work under linux)
Has anyone any idea of what the problem is ?
Many thanks in advance !
Damien
: https://sourceforge.net/projects/fobs/forums/forum/374876/topic/3386269
On windows you may also need to make sure that the JMF native libraries are part of the native library lookup path or the windows system path.