voc/srtrelay

Listener's backlog exceeded error

dbussert opened this issue · 2 comments

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

  • 2 live stream publishers
  • 1 client caller playing each published video
  • ~100 client caller's attempting to connect to non-existent streams repeatedly <name> - stream does not exist
  • auth.http URL being used to authenticate connections

image

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.

No, no other changes than the repo tag