I am unable to play Twitch Streams in my Android application. Twitch is only providing their embed url for playing Streams.
I am using this url: https://player.twitch.tv/?channel=CHANNEL_NAME
I am using a WebView to load this url by
mWebview.loadUrl(url);
But this method has several issues, like the video tends to autoplay but gets stuck initially. I need to press Pause first and then the Play button to start this stream.
from Is there a way to play Twitch Streams inside Android app (Java)
No comments:
Post a Comment