-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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"
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
Metadata
Metadata
Assignees
Labels
No labels