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
1.99k stars 433 forks source link

Does the AudioFileSourceHTTPStream works with HTTPS ? #595

Closed yoav-klein closed 1 year ago

yoav-klein commented 1 year ago

I was using this library for playing radio from an ESP8266 with much pleasure for about over a year, and it was working fine. Suddenly it stopped working. When debugging, I noticed that the URL I was using was changed to https://whatever. So my question is: does the AudioFileSourceHTTPStream class should work with HTTPS sources?

earlephilhower commented 1 year ago

On the 8266 there isn't enough RAM to do Https and Mp3 at the same time. Probably not enough CPU, too.

On the ESP32 or Rpi Pico it might work but you'll need to make aHTTPS class.

yoav-klein commented 1 year ago

Are there any instructions on how to use this library with the RPI Pico?

On Mon, 26 Dec 2022 at 04:12, Earle F. Philhower, III < @.***> wrote:

Closed #595 https://github.com/earlephilhower/ESP8266Audio/issues/595 as completed.

— Reply to this email directly, view it on GitHub https://github.com/earlephilhower/ESP8266Audio/issues/595#event-8109185430, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZWP3CYV3F4J3WNQ7PH75DWPD5G7ANCNFSM6AAAAAATJFB6CQ . You are receiving this because you authored the thread.Message ID: @.***>