What is RTP used for ?

Rating: +1


Positive


Negative

RTP is used for sequencing, for sequencing the packets are timestamped so the packets can be arranged in the receiver if they reach out of order

RTP puts a sequence number on the packets which is used to detect packet loss as the sequence no is incremented for each packet

RTP uses UDP for transport as we don’t need retransmission of lost packets

Post a Answer