Page 1 of 1

Is it possible to run http_stream_reader and a custom web server at the same time?

Posted: Fri Jan 12, 2024 3:24 pm
by volksvorg
I am developing an application that utilizes the http_stream_reader in a pipeline and I also want to run a custom web server for configuration purposes.
"I have a web server based on ESP-IDF httpd. However, when I start the custom webserver and initiate the pipeline with http_stream_reader, I encounter this error: 'httpd: httpd_server_init: error in listen (112)'."

Best regards