package
Version:
v4.7.1
Opens a new window with list of versions in this module.
Published: Jan 14, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
Package rtpreorderer implements a filter to reorder incoming RTP packets.
type Reorderer struct {
}
Reorderer filters incoming RTP packets, in order to
- order packets
- remove duplicate packets
New allocates a Reorderer.
Process processes a RTP packet.
It returns a sequence of ordered packets and the number of lost packets.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.