Hello guys,
I'm experimenting with ExoPlayer and when I use in the manifestes android:targetSdkVersion="21"
everything is working properly… but if I switch to android:targetSdkVersion="29"
this always works
sources.Add(player1.CreateUriSource("https://html5demos.com/assets/dizzy.mp4"))
but for example :
sources.Add(player1.CreateUriSource("http://stream.maxfm.be:9290/;stream.aac"))
which worked well with targetSdkVersion="21" but gives me this error with targetSdkVersion="29" :
Error: com.google.android.exoplayer2.upstream.HttpDataSource$HttpDataSourceException: Unable to connect to http://stream.maxfm.be:9290/;stream.aac
P.S. I have the same problem with AacMp3Player
if anyone has a suggestion to this problem, I'll take it.
Thank you in advance
I'm experimenting with ExoPlayer and when I use in the manifestes android:targetSdkVersion="21"
everything is working properly… but if I switch to android:targetSdkVersion="29"
this always works
sources.Add(player1.CreateUriSource("https://html5demos.com/assets/dizzy.mp4"))
but for example :
sources.Add(player1.CreateUriSource("http://stream.maxfm.be:9290/;stream.aac"))
which worked well with targetSdkVersion="21" but gives me this error with targetSdkVersion="29" :
Error: com.google.android.exoplayer2.upstream.HttpDataSource$HttpDataSourceException: Unable to connect to http://stream.maxfm.be:9290/;stream.aac
P.S. I have the same problem with AacMp3Player
if anyone has a suggestion to this problem, I'll take it.
Thank you in advance