You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strcat(rqh, "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\r\n");
This causes servers based on SHOUTcast server software to reject connections from radios based on the new library.
I think the name is probably too long. I don't know.
I changed this entry in Audio.cpp to the old one:
strcat(rqh, "User-Agent: ESP32 audioI2S\r\n");
and the radio tuner connects normally to the server based on SHOUTcast server software
This entry:
strcat(rqh, "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\r\n");
This causes servers based on SHOUTcast server software to reject connections from radios based on the new library.
I think the name is probably too long. I don't know.
I changed this entry in Audio.cpp to the old one:
strcat(rqh, "User-Agent: ESP32 audioI2S\r\n");
and the radio tuner connects normally to the server based on SHOUTcast server software
check these streams and you will see:
http://relay1.slayradio.org:8300/
http://stream3.polskieradio.pl:8950
Also, great respect for the work in writing the esp32 i2s audio library
Best regards
Piotr D
The text was updated successfully, but these errors were encountered: