Versions in this module Expand all Collapse all v0 v0.2.0 Jan 29, 2025 Changes in this version + type Base struct + NTP time.Time + PTS time.Duration + RTPPackets []*rtp.Packet + func (u *Base) GetNTP() time.Time + func (u *Base) GetPTS() time.Duration + func (u *Base) GetRTPPackets() []*rtp.Packet + type H264 struct + AU [][]byte + type Processor interface + ProcessRTPPacket func(pkt *rtp.Packet, ntp time.Time, pts time.Duration, hasNonRTSPReaders bool) (Unit, error) + ProcessUnit func(u Unit) error + func New(udpMaxPayloadSize int, forma format.Format, generateRTPPackets bool) (Processor, error) + type Unit interface + GetNTP func() time.Time + GetPTS func() time.Duration + GetRTPPackets func() []*rtp.Packet