mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 08:01:14 +08:00
add rtcp receiver reports to ClientConn
This commit is contained in:
@@ -40,7 +40,7 @@ type rtcpReceiverEventTerminate struct{}
|
||||
|
||||
func (rtcpReceiverEventTerminate) isRtpReceiverEvent() {}
|
||||
|
||||
// RtcpReceiver is an object that helps to build RTCP receiver reports from
|
||||
// RtcpReceiver is an object that helps building RTCP receiver reports, by parsing
|
||||
// incoming frames.
|
||||
type RtcpReceiver struct {
|
||||
events chan rtcpReceiverEvent
|
||||
|
Reference in New Issue
Block a user