RTSP-Server
RTSP-Server copied to clipboard
RTCP Receiver Report message will be queued in java socket buffer.
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?