Hi, i have a java application using jmf and i was having some trouble getting a certain AVI to work, however in having trouble incerting the fobs plugin into the application...is there an easy way to do so, so that the vids will play?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The error message you get simply mean that the current video file format is not supported at all.
Its the same problem with the audio channels.
Either you have not implemented fobs yet or you should try to convert your video into another format supported by the current version of ffmpeg embeded in fobs.
If you want to know how to use fobs instead jmf you just have to substitute jmf library by fobs library in the classpath. The dll has to be present into the same folder as the fobs jar file.
regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i have a java application using jmf and i was having some trouble getting a certain AVI to work, however in having trouble incerting the fobs plugin into the application...is there an easy way to do so, so that the vids will play?
Unable to handle format: DX50, 768x424, FrameRate=30.0, Length=976896 0 extra bytes
Unable to handle format: mpeglayer3, 44100.0 Hz, 0-bit, Stereo, Unsigned, 20000.0 frame rate, FrameSize=8 bits
Failed to realize: com.sun.media.PlaybackEngine@1867df9
Error: Unable to realize com.sun.media.PlaybackEngine@1867df9
this is the error im getting
Hi
The error message you get simply mean that the current video file format is not supported at all.
Its the same problem with the audio channels.
Either you have not implemented fobs yet or you should try to convert your video into another format supported by the current version of ffmpeg embeded in fobs.
If you want to know how to use fobs instead jmf you just have to substitute jmf library by fobs library in the classpath. The dll has to be present into the same folder as the fobs jar file.
regards