Documentation
¶
Overview ¶
Package rtpsender contains a utility to send RTP packets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sender ¶
type Sender struct {
ClockRate int
Period time.Duration
TimeNow func() time.Time
WritePacketRTCP func(rtcp.Packet)
// contains filtered or unexported fields
}
Sender is a utility to send RTP packets. It is in charge of: - counting sent packets - generating RTCP sender reports.
func (*Sender) ProcessPacket ¶
ProcessPacket extracts data from RTP packets.
Click to show internal directories.
Click to hide internal directories.