Home | Tutorials | Resources | Books | Feedback | About us


VoIP

SIP

RTP
What is RTP?
Why real-time?
Components of RTP
Applications of RTP
Mixer
Translator
Packet Structure of RTP
RTP Header
Synchronization
Application Level Framing
What is RTCP?
Types of RTCP packets
Conclusion

SDP

 

Go to Previous Go to Next

Packet Structure of RTP

The structure of a RTP packet is shown below.

RTP packet structure

The real-time media that is being transferred forms the 'RTP Payload'. RTP header contains information related to the payload e.g. the source, size, encoding type etc. We will go through the header structure in the next page.

However the RTP packet can't be transferred as it is over the network. For transferring we use a transfer protocol called User Datagram Protocol (UDP). We won't discuss UDP header.

To transfer the UDP packet over the IP network, we need to encapsulate it with a IP packet. We won't discuss IP header either. To transfer the IP packet over the physical network even the IP packet is sent within other packets. Those are not shown here.

 

Go to Previous Go to Next

After going through the online tutorial, I recommend that you go through some of the books as your needs and interests are. You can visit the books section or directly check those available in amazon.com.



If you have any suggestion, correction, query just mail to email address
© 2005 K.Banerjee
Last updated: July 30, 2005