ESP32_VS1053_Stream icon indicating copy to clipboard operation
ESP32_VS1053_Stream copied to clipboard

Unsupported empty mime

Open Frank-Bemelman opened this issue 4 months ago • 1 comments
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

Frank-Bemelman avatar Jul 16 '25 16:07 Frank-Bemelman

Not at all. Thanks for your time and effort!

CelliesProjects avatar Jul 17 '25 10:07 CelliesProjects