You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 withListener'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
<name> - stream does not exist
auth.http
URL being used to authenticate connectionsThe text was updated successfully, but these errors were encountered: