When I play with the Exoplayer, if there is a problem with a URL source, it will throw out a error Error: com.google.android.exoplayer2.upstream.exoplayer HttpDataSource$HttpDataSourceException: Unable to connect to https...
and I can catch the error in play_error event.
I have set the player is paused and call native.RunMethod("next", Null) method, then replay but it still does not work. I have to cancel the activity and reload it.
How can I let it run again?
and I can catch the error in play_error event.
I have set the player is paused and call native.RunMethod("next", Null) method, then replay but it still does not work. I have to cancel the activity and reload it.
How can I let it run again?
Last edited: