Skip to content

Unsupported empty mime #55

@Frank-Bemelman

Description

@Frank-Bemelman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions