support RTSP-over-HTTP (#433) (#768) (#887)

This commit is contained in:
Alessandro Ros
2025-09-15 19:00:50 +02:00
committed by GitHub
parent 73474c7569
commit ead4471b5c
82 changed files with 1786 additions and 610 deletions

View File

@@ -145,7 +145,7 @@ func (cf *clientFormat) writePacketRTP(pkt *rtp.Packet, ntp time.Time) error {
return nil
}
ok := cf.cm.c.writer.push(func() error {
ok := cf.cm.c.writer.Push(func() error {
return cf.writePacketRTPInQueue(buf)
})
if !ok {