| RTP(RealTime
Transport Protocol) is the standard proposed by
IETF for real time transfer of media. RTCP ( Real
Time Transport Control Protocol ) provides statistical
information of media communication.
Unique features of RTP/RTCP:
 |
Option
for automatic sequencing of media packets.
Our RTP stack (WIPRTP) provides this feature
so that the application can avail of this
service for ease of application development.
WIPRTP allows the application the flexibility
to select the option of stack level or application
level sequencing of media streams |
 |
Jitter
buffer implementation to provide better quality
of services. WIPRTP supports jitter buffer
features allowing the application to change
the jitter buffer value at run time. Jitter
buffer implementation increases the frequency
of media availability |
 |
Supports
more than one transmitter, belonging to the
same RTP Session. For example, multiple video
capturing devices can transmit video in the
same RTP session, thereby reducing the strain
on Operating system resources |
 |
Run time monitoring
of remote participant's status. WIPRTP provides
statistics about the number of packets the
remote terminal has actually received |
 |
In built generation
of RTP time stamp for each RTP media packet,
belonging to a particular stream source |
 |
WIPRTP is
robust enough to load 100 RTP Sessions at
a moment, without compromising basic services |
Standard features of RTP/RTCP:
 |
Support
for unicast, multipoint unicast and multicast
RTP sessions |
 |
Encoding
and decoding of RTP headers, maintain database
to provide control statistics |
 |
In
built mechanism to generate compound RTCP
packet and send it to all participants in
the conference |
 |
Support for
SSRC collision detection and in built mechanism
to handle it, without interrupting existing
session |
 |
Efficient
algorithm to check real time validation on
RTP packets, to provide minimal media stream
loss |
 |
Run time changing
of payload type |
|