you can use JRTP open source framework for RTP in android.
https://jrtp.dev.java.net/

On Dec 29, 9:15 am, Android Development <[email protected]> wrote:
> Any thoughts friends?
>
> On 12/28/09, Android Development <[email protected]> wrote:> Hello,
>
> > Android provides a use-friendly API for playing and handling media
> > (audio/video).
>
> > However, I have the following requirements which i wish to realize with
> > this
> > framework :
>
> > 1. My requirement is to have knowledge of the ports that the android media
> > framework opens and uses for sending/receiving media streams. I use this
> > information for signaling on the Session Description Protocol (SDP) that i
> > add as a payload to SIP.
>
> > Is it possible for me to get this information in the form of a RTP session
> > from the framework ? (ports and address combination).
>
> > *Use Case for this requirement:*
>
> > If I initiate a multimedia call towards a peer, I will need to open my
> > audio
> > and video ports and start streaming media once the signaling is complete
> > and
> > successful. For successful streaming, the remote end needs to have
> > knowledge
> > of the ports I have opened for media as the streams are bi-directional and
> > I
> > will also need to receive media from the remote end.(sendrecv in SDP) .
> > This
> > is for the outgoing call.
>
> > Similarly, for an incoming call, once the signaling succeeds, I will need
> > to
> > receive audio/video streams from the remote end and play them on the device
> > (the remote end will send media to the ports that I had advertised in the
> > SDP payload offer).
>
> > Thanks in advance

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to