earlephilhower / ESP8266Audio

Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
GNU General Public License v3.0
2.07k stars 439 forks source link

Playing HTTPS web radio stream #713

Open tankist-git-2 opened 1 month ago

tankist-git-2 commented 1 month ago

Almost all online radio stations use HTTPS instead of HTTP, so it is absolutely necessary to support HTTPS streaming with the library, otherwise it is useless as a web radio. When I try to connect to HTTPS audio source I've got an error permanently so I decided the library doesn't support HTTPS connection.

bsvdoom commented 1 month ago

Duplicate of #595