ESP8266Audio icon indicating copy to clipboard operation
ESP8266Audio copied to clipboard

Add UrlParser to allow different HTTP Port than default

Open jayzakk opened this issue 3 years ago • 0 comments

As of now, HTTP Streams can only use port 80, as the HTTPClient can not parse URLs.

This PR would add the function to use different Ports (and more complex URL). It addresses issue #345

It is tested on ESP32, but should work on 8266 also. If someone could doublecheck, please? ;)

Thanks, Oliver

jayzakk avatar Mar 20 '21 18:03 jayzakk