-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
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?
Reactions are currently unavailable