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

How many simultanious udp clients can snapcastC suppport ? #67

Open
gorive opened this issue Mar 24, 2021 · 5 comments
Open

How many simultanious udp clients can snapcastC suppport ? #67

gorive opened this issue Mar 24, 2021 · 5 comments

Comments

@gorive
Copy link

gorive commented Mar 24, 2021

Cool project - got a question Is it possible to stream data to ex 500 udp clients via unicast ?

@christf
Copy link
Owner

christf commented Mar 28, 2021

The amount of clients is limited by the size of uint16_t in the code base. This easily accomodates 500 clients.
That being said I never tried to work with client sets that large.

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....

@kdknigga
Copy link

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?

@christf
Copy link
Owner

christf commented Oct 25, 2021

multicast rate over wifi is strictly limited. So much that I'd rather not rely on it working..

@christf
Copy link
Owner

christf commented Oct 25, 2021 via email

@christf
Copy link
Owner

christf commented Jun 6, 2024

Cool project - got a question Is it possible to stream data to ex 500 udp clients via unicast ?

what became of the experiment?

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

3 participants