-
I'm trying to play a live audio stream (https) which seems to player find using MediaElementPlayer on Android.
On the next iteration my live stream does not play and nor does mediaplayer ever get initiated, I have to restart the whole app to bring it to life
I've created the above events, expecting to be able to capture the end of the stream on the "OnMediaEnded" but even that does not fire. Note the live stream doesnt naturally end, its ended on a kill on the source, even so I still expect it to continue playing when I next start a stream or when the stream comes back online thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was calling a |
Beta Was this translation helpful? Give feedback.
I was calling a
MediaElementObject.dispose()
in the code prior to this, removing this fixed the issue