Hi,
I am developing a PTT application. i need to carry out real time voice transmission. I used my system as voice transmitter, developed a transmitter using JMF and started a RTP session and my mobile application as receiver.
In the mobile appl when i tried to create the player using
Manager.createPlayer("rtp://172.17.85.22:200004/audio");
It resulted in javax.microedition.media.MediaException: Player cannot be created for rtp://172.17.85.22:20004/audio
Can any one suggest me how to do real time voice transmission with MMAPI. Plz send me links of code samples using MMAPI with rtp.

Reply With Quote


