-
Notifications
You must be signed in to change notification settings - Fork 6
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
How many simultanious udp clients can snapcastC suppport ? #67
Comments
The amount of clients is limited by the size of uint16_t in the code base. This easily accomodates 500 clients. If you are willing to give it a try I am happy to work with you to make it work in case you are hitting a road block. Please do let me know how your experiment goes.... |
Just an idea, multicast support would be pretty ideal for something like this. Why send 500 UDP packets when you can send 1 and let your network gear do the heavy lifting? |
multicast rate over wifi is strictly limited. So much that I'd rather not rely on it working.. |
Am Mon, Oct 25, 2021 at 08:36:04AM -0700 schrieb Kris Knigga:
Just an idea, multicast support would be pretty ideal for something like this. Why send 500 UDP packets when you can send 1 and let your network gear do the heavy lifting?
... I guess this could be turned on with a cli switch....
…--
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
|
what became of the experiment? |
Cool project - got a question Is it possible to stream data to ex 500 udp clients via unicast ?
The text was updated successfully, but these errors were encountered: