-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application that crashes after 7-10 days, it's done it twice #21
Comments
Hi
What does that mean exactly? |
I see all your ports are apparently in use. Check in the config.js the rtcMinPort and rtcMaxPort. And change those values to ports that are definitely not in use on your PC. |
Hi @Dirvann Here is the config.js:
Oh actually In config.js I also commented :
Here is the list of open ports:
Are all ports between 20000 and 29999 in use? Is there a system that closes each port automatically? |
He did this crash again last night, maybe around midnight, are the last traces. It looks like the start of the error is here:
Or is it this one:
And then it always puts this error at the end, maybe you just have to solve the problem above to no longer see this one:
It no longer puts numAttempt:10000 because I changed the port range from:
by :
Perhaps the error comes from one of the following causes:
I would randomly say that since the last time I restarted the mediasoup-sfu-webrtc-video-rooms application it was maybe 5-6 days ago and since then I would say that there has been in all about 300 viewers/sends from the camera |
define a wider range of ports , for example from 10,000 up to 60,000 |
Here is the pm2 log:
The log file is very large, but it still has the same identical errors
Where could the problem come from?
Here are the versions of my packages:
cordially
The text was updated successfully, but these errors were encountered: