java me - Implementing Custom Codec with JSR-135 MMAPI -
Is it possible to implement a custom codec decoder and use a media file? Actually I'm interested in playing a custom media file in J2ME. I think JSR135 is a good starting point but I'm open to other suggestions thanks.
Update I have not tried, but I believe, if I open the file using JSR75, then I will get an input sprout. I will use a custom incotestream Which transforms the custom codec into a known codec that will understand MMAPI and I can playback. Although it would be better if I can do without JSR75 and many security alerts which will come with it.
Comments
Post a Comment