rtpreorderer

package
v2.2.2 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2023 License: MIT Imports: 1 Imported by: 1

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

type Reorderer struct {
	// contains filtered or unexported fields
}

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

func New

func New() *Reorderer

New allocates a Reorderer.

func (*Reorderer) Process

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

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

Jump to

Keyboard shortcuts

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