Audio out to ESP32 HTTPS Server #1857
-
Hi Thank in advance |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I don't think that https is a good idea on an ESP32: as a client there is already too much overhead and as a servier I expect it to be very painful... Why don't you just use a regular webserver like Apache or NGINX to create a proxy to the ESP32 http service ? |
Beta Was this translation helpful? Give feedback.
-
I already have the server working on my local network with a my own CA. I
think it would be a good addition to the library something like
getRawDataFromStream. It would make it far easier to incorporate the
brilliant audio tools into other projects.
It may be too slow but I would like to try it.
…On Tue, 7 Jan 2025 at 13:23, Phil Schatzmann ***@***.***> wrote:
I don't think that https is a good idea on an ESP32: as a client there is
already too much overhead and as a servier I expect it to be very painful...
Why don't you just use a regular webserver like Apache or NGINX to create
a proxy to the ESP32 http service ?
—
Reply to this email directly, view it on GitHub
<#1857 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3VGY47LBRS2U3WNEXK7W32JPINBAVCNFSM6AAAAABUXWLGDKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZWGEYTQNQ>
.
You are receiving this because you authored the thread.Message ID:
<pschatzmann/arduino-audio-tools/repo-discussions/1857/comments/11761186@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I think there are plenty of possbibilities to get the raw binary data w/o any changes: e.g.
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll check it out!
…On Tue, 7 Jan 2025 at 13:53, Phil Schatzmann ***@***.***> wrote:
I think there are plenty of possbibilities to get the raw binary data w/o
any changes: e.g.
- use the AudioServer class
- use the AudioEnoderServer class with with a CopyEncoder
—
Reply to this email directly, view it on GitHub
<#1857 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3VGY7JPTSKN2OMJ3LHFID2JPL7FAVCNFSM6AAAAABUXWLGDKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZWGE2DONY>
.
You are receiving this because you authored the thread.Message ID:
<pschatzmann/arduino-audio-tools/repo-discussions/1857/comments/11761477@
github.com>
|
Beta Was this translation helpful? Give feedback.
I don't think that https is a good idea on an ESP32: as a client there is already too much overhead and as a servier I expect it to be very painful...
Why don't you just use a regular webserver like Apache or NGINX to create a proxy to the ESP32 http service ?