Versions in this module Expand all Collapse all v1 v1.0.1 Dec 12, 2022 v1.0.0 Dec 11, 2022 Changes in this version + type RTCPSender struct + func New(period time.Duration, clockRate int, writePacketRTCP func(rtcp.Packet)) *RTCPSender + func (rs *RTCPSender) Close() + func (rs *RTCPSender) ProcessPacketRTP(ts time.Time, pkt *rtp.Packet, ptsEqualsDTS bool) Other modules containing this package github.com/aler9/gortsplib/v2