Getting Videos Freeze after certain amount of time

Hi Team,

We are using media soup version 3.10v and deployed in AWS EC 2.
After certain amount of time video stream freezes.Getting videos only after the browser refresh.

Need help on the above scenario

“mediasoup”: “^3.10.8”,

const mediaCodecs = [
{
kind: ‘audio’,
mimeType: ‘audio/opus’,
clockRate: 48000,
channels: 2,
},
{
kind: ‘video’,
mimeType: ‘video/VP9’,
clockRate: 90000,
parameters: {
‘x-google-start-bitrate’: 1000,

}

},
]

Based on these issues do you think are from my configuration with mediasoup?