I am going to make a PTT project on Android. Could you tell me how deep Android supports Voice and Multimedia API (such as RTP,RTSP,VoIP) for developers?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MediaPlayersupports playingrtsp://..URLs. Audio and Video are supported. Check media format support to see which codecs are supported.MediaPlayer internally automatically handles RTSP and RTP, so there is not much you need to handle. OTOH it does not give any low-level control over this process.
About VoIP: Android only consumes RTSP/RTP streams, but does not create/publish them. So this is one-way only.
Android 2.3 (Gingerbread) is said to have support for SIP-based VoIP.