Page 1 of 1

HTTP2 audio streaming to an URL

Posted: Mon Jul 02, 2018 1:39 pm
by srk_7383
Hi
I have to upload audio stream to an URL over HTTP2 as a multipart body.
I have gone through the example application which uploads audio stream using HTTP stream and esp_http_client. (recorder/pipeline_raw_httpclient)
But looks likes esp http client does not has support for HTTP2.

Has anyone done this? Can i get any reference implementation.

Thanks in anticipation
Siva

Re: HTTP2 audio streaming to an URL

Posted: Tue Jul 03, 2018 5:52 am
by chegewara
You may study this library, it is using nghttp2:
https://github.com/MrBuddyCasino/ESP32_Alexa
here is nghttp2 for reference:
https://github.com/nghttp2/nghttp2

Here is another:
https://esp32.com/viewtopic.php?f=17&t=6088