voc / srtrelay

SRT relay server for distributing media streams to multiple clients.
MIT License
134 stars 37 forks source link

Listener's backlog exceeded error #34

Open dbussert opened 8 months ago

dbussert commented 8 months ago

Seeing this error in v1.2.0 after upgrading. Server will work normal for a few minutes and then all streams will stop working and new client caller connections will fail with Listener's backlog exceeded and the server log will repeat it constantly. v1.1.0 has worked perfectly in this same environment.

Environment, if it helps in narrowing down the issue

image

iSchluff commented 8 months ago

Hi, did you also update libsrt while updating srtrelay? I don't think the listening code changed in srtrelay, it may be coming from the underlying library. I have added an option to increase the default listenBacklog, please try if bumping that fixes your issue.

dbussert commented 8 months ago

No, no other changes than the repo tag