RTSP-Server icon indicating copy to clipboard operation
RTSP-Server copied to clipboard

RTCP Receiver Report message will be queued in java socket buffer.

Open uranus0206 opened this issue 1 year ago • 0 comments

We found server side will send Sender Report to client every 3 seconds. But the RTCP Receiver Report message from client will be queued in socket queue till the queue (readline queue) is full. Then the accumulated Receiver Reports message will send at once. Is there any solution or workaround?

uranus0206 avatar May 04 '23 10:05 uranus0206