-
Notifications
You must be signed in to change notification settings - Fork 685
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
Feature Request: UDP stream (AUD-603) #94
Comments
@valioiv We have no plan to do that currently. |
Not my question but what I'm looking for is a low latency bidirectional audio intercom. Since most VoIP protocols utilize UDP a simple raw UDP data stream (or even better RTP) would be enough. |
This is what I'm also looking for - intercom usage! RTP stream would be great! |
+1 here! (RTP on top of) UDP is used by the vast majority of media transfer protocols. Having a network enabled device and an audio framework like ESP-ADF basically screams for UDP/RTP Stream support. I'm currently trying to port the GNU ccRTP library to the ESP32 and as of now, it doesn't seem to be that big of a stretch. |
@jason-mao , anyone, any updates? |
Hi, I'm also interested to UDP. I have a NOT-standard application that use UDP to send multichannel audio. If it is not planned from Espressif to have a UDP, there is some support and some tutorial to implement it by myself? |
Hi there! Would be very useful to add support for bidirectional UDP stream similar to your current HTTP stream. Do you guys plan to implement that?
The text was updated successfully, but these errors were encountered: