Skip to content

Support Shoutcast Icy protocol #473

@mingfai

Description

@mingfai

the solution that works in the previous dev branch doesn't work in the latest r1.3.2 release
#389 (comment)

The code that fail to run is similar to the following

new Sample("Icy",
        "icy://HOST_NAME:8128/;?stream.mp3",
        DemoUtil.TYPE_MP3),

result as exception:

com.google.android.exoplayer.ExoPlaybackException: com.google.android.exoplayer.upstream.DefaultUriDataSource$UnsupportedSchemeException: Unsupported URI scheme: icy

if i change the url to http://, it doesn't work in a test Android 4.3

Is there any way to use Icy protocol?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions