Edzelf / Esp-radio

Internet radio based on Esp8266 and VS1053.
MIT License
622 stars 200 forks source link

Issues with radio station #211

Open ranger81 opened 2 years ago

ranger81 commented 2 years ago

Hi, I cannot play the radio station with this URL: http://st01.sslstream.dlf.de/dlf/01/high/aac/stream.aac?aggregator=web

Could you please help me? Thanks

Edzelf commented 2 years ago

Works correctly with ESP32-Radio V2, but not with the ESP8266 version. The URL you mentioned is a redirect to (for example): d131.rndfnk.com/ard/dlf/01/aac/192/stream.aac?aggregator=web&sid=22sGzDeUL92ipudJ6owb4d9oN77&token=RuS353Va9D2GWGj034xHa_00B7uGYYeMIFV_EMZDAAE&tvf=dWpsvw-6xBZkMTMxLnJuZGZuay5jb20

Redirect is not supported by the ESP8266 version of the radio.

ranger81 commented 2 years ago

Oh okay, however, thanks for the information.