Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RTCPSenderSet ¶
type RTCPSenderSet struct {
// contains filtered or unexported fields
}
RTCPSenderSet is a set of RTCP senders.
func New ¶
func New( tracks gortsplib.Tracks, onPacketRTCP func(int, []byte), ) *RTCPSenderSet
New allocates a RTCPSenderSet.
func (*RTCPSenderSet) OnPacketRTP ¶
func (s *RTCPSenderSet) OnPacketRTP(trackID int, payload []byte)
OnPacketRTP sends a RTP packet to the senders.
Click to show internal directories.
Click to hide internal directories.