JMF on Pocket PC
843849Apr 2 2002 — edited Apr 20 2007hi all, I am trying to write/port JMF application to WinCE/Pocket PC devices. Currently i have a compaq ipaq (PPC 2002) with Jeode runtime installed. When I tried running a sample JMF program on Jeode, I got these exceptions:
'Unable to handle format:
LINEAR, 22050.0 Hz, 16-bit..(format of the media file that I tried to
play, i've tried *.wav, *.avi, *.mov that played fine on desktop)
Failed to prefetch: com.sun.media.ProcessEngine@44f
I was told that to get JMF running on Jeode platform, I have to write it strictly to PersonalJava specification. Anyone know how I should go about porting JMF application to a Pocket PC? Any advice would be greatly appreciated.