mirror of
https://github.com/livekit/livekit.git
synced 2026-05-14 16:15:25 +00:00
1c1a836c3c
Seeing a bunch of objects in ReadStreamSRTP.write which does not make a lot of sense as the function does not allocate anything (https://github.com/pion/srtp/blob/8fe528a0c4ebb5c46d40a9fd5b77e5b6655fa919/stream_srtp.go#L68-L77) RTP buffer was marked noinline in an easrlier PR. Marking RTCP buffer write also as noinline to check if heap reporting changes.