Hi Everyone,
I am having some problems using both JOGL and JMF within the same application.
I have written some code which uses JMF to play an audio file - and have tested this - it works fine.
However, if I add the native libraries for jogl.jar onto the build path, then the same application throws the following error:
Unable to handle format: mpeglayer3, 44100.0 Hz, 16-bit, Stereo, LittleEndian, Signed, 24000.0 frame rate, FrameSize=32768 bits
This does not occur if I remove the native library path to jogl from my build path in eclipse.
I would be most appreciative if anyone had any experience with this problem - or suggestions for a solution?
Many, many thanks,
Peter Kirkland