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
After some debugging, it seems that in http_parser.c, we expect the HTTP response header to start with "HTTP".
Here is the HTTP response header I have with that radio :
ICY 200 OK
icy-notice1:<BR>This stream requires <a href="http://www.winamp.com/">Winamp</a><BR>
icy-notice2:SHOUTcast Distributed Network Audio Server/win32 v1.9.8<BR>
icy-name:Polskie Radio S.A. -- Program 1 -- http://moje.polskieradio.pl
icy-genre:
icy-url:http://stream3.polskieradio.pl:8900
content-type:audio/mpeg
icy-pub:0
icy-metaint:8192
icy-br:192
-> Have anyone got a solution for this ? Maybe on a fork ?
The text was updated successfully, but these errors were encountered:
Rendal75
changed the title
"ICY 200 OK"
"ICY 200 OK" Http response header is not supported
Dec 29, 2019
Hi,
I'm trying to play that radio: http://stream3.polskieradio.pl:8900
It plays correctly with mpg123 on PC, but it "freezes" on ESP32.
After some debugging, it seems that in http_parser.c, we expect the HTTP response header to start with "HTTP".
Here is the HTTP response header I have with that radio :
-> Have anyone got a solution for this ? Maybe on a fork ?
The text was updated successfully, but these errors were encountered: