-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
DDP and WLED segment streaming #616
Comments
Hi |
UDP-DDP (Distributed Display Protocol) device to overcome the 490 LEDs limitation of UDP-RAW |
What works best in one UDP packet should stay in one UDP packet. Otherwise, when solving one problem, we may encounter many others, such as for example |
The maximum limit of 490 LEDs is solved by implementing the WLED Audio-Reactive-Led-Strip protocol: |
Feature request
Currently, HyperioNG supports DDP as a UDP Protocol and the use of segments on WLED. Could be nice to backport those features to HyperHDR WLED appears to be very popular and used among HyperHDR/HyperionNG users.
What problem does this feature solve?
1.- HyperHDR can't stream to specific WLED segments.
2.- #573
What does the proposed API look like?
n/a
How should this be implemented in your opinion?
HyperionNG has implemented DDP and WLED segment handling.
Are you willing to work on this yourself?
I can't code C/C++ but can do testing.
Related HyperioNG changes
DDP:
WLED Segments:
The text was updated successfully, but these errors were encountered: