package
Version:
v0.0.0-...-92eb262
Opens a new window with list of versions in this module.
Published: Mar 5, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
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 missing packets.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.