views:

413

answers:

0

Is it possible to implement a custom codec decoder and play a media file using JSR135? Actually I am interested in playing back a custom media file in J2ME. I think JSR135 is a good starting point but I am open to other suggestions. Thanks.

Update I have not tried but I believe, if I open the file using JSR75 I will get an InputStream. I can use a custom InputStream that converts the custom codec to a known codec that MMAPI will understand and I can playback. However it would be better if I can do without using JSR75 and many security warnings that will come with it.