ESP32_VS1053_Stream
ESP32_VS1053_Stream copied to clipboard
Unsupported empty mime
trafficstars
I logged a few more stations with unsupported mime, scraping the world of internet radio..
For instance this one, a station in Iceland, "Suðurland Fm 96.3"
http://178.19.58.119:1818/;
And guess what, they send no mime at all. But they play well if you just assume they are MP3.
So I did this, once again in ESP32_VS1053_Stream.ccp, around line 320:
else if (CONTENT.equals(""))
_currentCodec = MP3;
Seems a bit hacky, but I don't see any harm.
Btw, this url doesn't play in Chrome, it just starts an endless download. Probably very old streaming software on those servers, I don't know.
Hope you don't mind me reporting these odd events.
Cheers, Frank
Not at all. Thanks for your time and effort!