rtpreorderer

package
v4.16.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package rtpreorderer implements a filter to reorder incoming RTP packets.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reorderer deprecated

type Reorderer struct {

	// Maximum number of packets to buffer for reordering
	BufferSize int
	// contains filtered or unexported fields
}

Reorderer filters incoming RTP packets, in order to - order packets - remove duplicate packets

Deprecated: merged into rtcpreceiver.Receiver.

func New deprecated

func New() *Reorderer

New allocates a Reorderer.

Deprecated: replaced by Initialize().

func (*Reorderer) Initialize

func (r *Reorderer) Initialize()

Initialize initializes a Reorderer.

func (*Reorderer) Process

func (r *Reorderer) Process(pkt *rtp.Packet) ([]*rtp.Packet, uint)

Process processes a RTP packet. It returns a sequence of ordered packets and the number of lost packets.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL