Any Emulator that supports RTP or RTSP protocol
Hello Friends
As far as i know sun wireless toolkit doesnt supports RTP or RTSP protocol
does any body knows suitable emulators that support execution or code that contains RTP or RTSP protocol......
or if there exists any patches via which sun wireless toolkit can support it
Advait
# 1
Hi,
First of all there is no api for RTP present. So what you can do is record the audio, then convert it to RTP format by adding all the headers and then transmit it, At the reciever you have to rearrange the incoming packets and then play iy back. This is just a procedure and i have no idea hoe effective it is. This is the procedure iam following as even iam building my own RTP stack, so if u have any ideas can share with me. Iam ready to share mine. For audio recording just use the code present at http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/java/p_new_features_mobilemedia_api_jsr135.jsp
works fine for stream, but not for file. Tried to debug but was not successful
One more thing the JSR 135 says that we can play RTSP data just check the API for details. I have not used this format till now. So if you were successful in playing please share your code with me
All the best
Khalandar Pasha N
(khalandar_p@yahoo.co.in)