Is there any support in J2ME for creating RTP packets. Also is there any api in J2ME which can let me access the recorded bytes of speech without stopping the recorder?
Any help is greatly appreciated...
Thanks in Advance
Is there any support in J2ME for creating RTP packets. Also is there any api in J2ME which can let me access the recorded bytes of speech without stopping the recorder?
Any help is greatly appreciated...
Thanks in Advance
afaik there is no support for that out of the box...
The MediaPlayer does support rtsp...
It also supports a custom DataSource, so if you have knowledge on how to implement RTP packets and streaming you might want to try that...