public interface RtpStream extends Stream<RtpPacket>
RtpStream represents a stream of RtpPackets having the same SSRC
(Synchronization source - see RFC3550). Typically, all packets (which is pretty much always using
UDP as the transport) are sent/received from the same local/remote port pair. However, it is
possible that those ip-ports pairs are changed during the life span of the RtpStream.
E.g., two users may first establish an RtpStream between them using a protocol such as
SIP but perhaps once of the parties moves from one wifi network to another and therefore the
ip-address and port of that user has to change in order for the stream to continue.| Modifier and Type | Method and Description |
|---|---|
long |
getLostPackets() |
long |
getMaxDelta() |
long |
getMaxJitter() |
long |
getMeanJitter() |
long |
getSequenceErrors() |
getDuration, getPackets, getStreamIdentifier, getTimeOfFirstPacket, getTimeOfLastPacket, writeCopyright © 2021. All Rights Reserved.