Android Question Exoplayer release function work strengly on Android 4.1

Dear specialists,
I Am very unhappy because of release function from Exoplayer library do not release The player on Android 4.1. Player do not release and it open other live stream which should be opened after clicking on other button. This issue do not occur on Android 8.0. I Am sending a code to you without stream links.
May be, that it is really The time to stop using my old little light weight phone. In other case I will be helpless to be happy from B4A benefits.
 

Attachments

  • Example.zip
    9.9 KB · Views: 89

JohnC

Expert
Licensed User
Longtime User
Upvote 0
Dear MR JohnC. Thank you for your advice. Sure, I have also phone with Android 8.0. But my old is small and it is light weight and it is so easy to put it in to my pocket while listenning. I have very very big plea to The advanced elite Java author of Exoplayer library. Please, if Exoplayer support stop function out of The box, could you update Exoplayer library so stop feature would be also presented? It is very useful to stop live stream when having Internet radio player with multiple Live streams links. And please, could you ensure, that Pause implemented feature really do its job when live stream is being plaied after using The following commands?

player1.Initialize("player")
Dim sources As List
sources.Initialize
sources.Add(player1.CreateUriSource(""))
player1.Prepare(player1.CreateListSource(sources))
player1.Play
I will work on Android 6.0 or newer to avoid complex Android old APIS issues when using B4A for future.
Sure, stream must contaim some link, but I respect The rule and I do not send streams of Internet radio stations to avoid some licensing issues with their providers.
 
Upvote 0
Top