Regular short freezes on MediaSoup

Hi, after some investigation we found what could be a configuration issue with handling the retransmission feature, something that is important when there are lost packets in the network (a very common thing to happen).

I’ve just pushed an experimental new Docker image for the media node with a tentative fix, could you please test it and let us know if the fix improves things for your case?

The way to test this is to SSH into the OpenVidu master node, then

cd /opt/openvidu/

edit the .env file to add this line at the very end:

MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.21.0-dev3

exit the editor, and run this command:

./openvidu restart