i am working on J2ME application which plays video using MMAPI.
when trying streaming video using http or rtsp , it is unable to play.
we found that streaming is not supported using this MMAPI.
Is it possible to use Flashlite player(supports streaming) with J2ME ? ie instead using
J2ME internal player can i use Flashlite ? my question is , is there a way to integrate both J2ME and Flashlite ?
To create player this code i used
player = Manager.createPlayer("rtsp://real.prohosting.com/encoder/daytona.rm");
when the player starts , it is playing for a while and then crashing.
Thanks & Regards
sesh

Reply With Quote

