Skip to content
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

Listener's backlog exceeded error #34

Open
dbussert opened this issue Nov 15, 2023 · 2 comments
Open

Listener's backlog exceeded error #34

dbussert opened this issue Nov 15, 2023 · 2 comments

Comments

@dbussert
Copy link

dbussert commented Nov 15, 2023

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

@iSchluff
Copy link
Member

iSchluff commented Nov 17, 2023

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
Copy link
Author

No, no other changes than the repo tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants