rtcpsender

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 4 Imported by: 1

Documentation

Overview

Package rtcpsender contains a utility to generate RTCP sender reports.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RTCPSender

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

RTCPSender is a utility to generate RTCP sender reports.

func New

func New(period time.Duration, clockRate int,
	writePacketRTCP func(rtcp.Packet),
) *RTCPSender

New allocates a RTCPSender.

func (*RTCPSender) Close

func (rs *RTCPSender) Close()

Close closes the RTCPSender.

func (*RTCPSender) ProcessPacketRTP

func (rs *RTCPSender) ProcessPacketRTP(ts time.Time, pkt *rtp.Packet, ptsEqualsDTS bool)

ProcessPacketRTP extracts the needed data from RTP packets.

Jump to

Keyboard shortcuts

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