Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Receiver ¶
type Receiver struct {
// contains filtered or unexported fields
}
Receiver 对网络rtp排序, 处理rtcp包
func NewReceiver ¶
func NewReceiver(muxer streammuxer.StreamMuxer, writer RtpRtcpWriter, media *rtcsdp.Media, ct format.Format) *Receiver
type RtpRtcpReader ¶
type RtpRtcpWriter ¶
type Sender ¶
type Sender struct {
// contains filtered or unexported fields
}
func NewSender ¶
func NewSender( muxer streammuxer.StreamMuxer, writer RtpRtcpWriter, media *rtcsdp.Media, ct format.Format, getFirstPacketNTP func() (time.Time, bool), ) *Sender
Click to show internal directories.
Click to hide internal directories.