-
Notifications
You must be signed in to change notification settings - Fork 33
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
multi socket #1
Comments
Hi, not just yet. I can let you know once available! |
This project definitely excites me. SRT is the future & I could see this as a good server media server. |
@rebotnix If this is what you meant: There is now a SRTServer utilty class that supports accepting multiple connections implemented via the novel async API. But you can also implement your own server anyhow using the But I haven't tested it yet with several connections in a proper prod-case tbh :) Regarding this, I am atm thinking that you may need two AsyncSRTs (thread instances) to operate on @birme We may need to refine the SRTConnection class in the srt-server module to enable that as the default working mode (the server maintaing two AsyncSRTs instead of as currently one). |
I would like to test it, but i can´t get any SRT encoder to work with the latest NODEJS of this project. Maybe i do something wrong and i open a new issue to understand that the problem can be. |
what exactly do you reference to by "NODEJS" here? yes, let's try to find out what your problem is on the other tickets you opened :) |
i will test it by myself, but does it support multiple socket client connection on the connected port?
The text was updated successfully, but these errors were encountered: