I do a project in windows using eclipse, and i install correctly fobs, when a play any file it works fine, but i try it in Linux, and when a try to play any file, the sound doesnt work, and i get this menssage
I'm experiencing the same problem using fobs in Eclipse 3.2.1 under Ubuntu linux with JDK 1.5.
Setting the JDK to use the 1.4 mode doesn't solve the problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got the same problem but under windows, eclipse 3.3.0, java 6 and last version of fobs...
it's strange because I don't think I got this problem at the begining but I don't remember when it arrived first :s
(I use different Renderer than fobs one...)
any idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a java class which converts an audio file to another format. I can convert fine from mp3 to wav but when I try to convert back it gives me the error:
Fobs4JMF - Native shared library found
220.421First Position: 0, -1 Duration: 220421
- set content descriptor to: MPEG Audio
I do a project in windows using eclipse, and i install correctly fobs, when a play any file it works fine, but i try it in Linux, and when a try to play any file, the sound doesnt work, and i get this menssage
Unable to handle format: FFMPEG_AUDIO, 48000.0 Hz, 16-bit, Stereo, LittleEndian, Signed, 192000.0 frame rate, FrameSize=32 bits
Which can be the solution
I'm experiencing the same problem using fobs in Eclipse 3.2.1 under Ubuntu linux with JDK 1.5.
Setting the JDK to use the 1.4 mode doesn't solve the problem.
hi I have the exact same problem! it works on windows, but on ubuntu 7.10 I get this error:
Unable to handle format: FFMPEG_AUDIO, 22050.0 Hz, 16-bit, Mono, LittleEndian, Signed, 44100.0 frame rate, FrameSize=16 bits
But the video is playing perfectly.
Any ideas???
I got the same problem but under windows, eclipse 3.3.0, java 6 and last version of fobs...
it's strange because I don't think I got this problem at the begining but I don't remember when it arrived first :s
(I use different Renderer than fobs one...)
any idea?
I am also having this problem.
I have a java class which converts an audio file to another format. I can convert fine from mp3 to wav but when I try to convert back it gives me the error:
Fobs4JMF - Native shared library found
220.421First Position: 0, -1 Duration: 220421
- set content descriptor to: MPEG Audio
Unable to handle format: FFMPEG_AUDIO, 44100.0 Hz, 16-bit, Stereo, LittleEndian, Signed, 176400.0 frame rate, FrameSize=32 bits
Failed to realize: com.sun.media.ProcessEngine@7ced01
Error: Unable to realize com.sun.media.ProcessEngine@7ced01
Does anybody know the cause of this error?