-
Hi,
One of my apps launch XMTV player to play a live streaming uri. Now sometimes the streaming uri is not working and XMTV players closes with a toast message that this stream can not be connected. Is there any way that XMTV sends back results whether the stream played successfully or failed?? Please help me out on this, your app is awesome.
public void XMTVPlayerPlayUri(String Title, String uri) {
Bundle bnd = new Bundle();
bnd.putString(“path”, uri);
bnd.putString(“name”, Title);
Intent intent = new Intent();
intent.setClassName(“com.xmtvplayer.watch.live.streams”,
“org.zeipel.videoplayer.XMTVPlayer”);
intent.putExtras(bnd);
try {
startActivityForResult(intent, 100);
} catch (ActivityNotFoundException e) {
//Asks user to install XMTV players first
}
}
Hi, sorry for delayed answer.
Let me check, and will post reposnse asap!
Cheers
-
This reply was modified 1 year, 5 months ago by
support.
You must be logged in to reply to this topic.
mawais15
January 05th, 2026
IPTV | Smart TV | Mobile Theatre Software | Media Player for Android(tm)