Custom video player: No extension

yet its online…only demo player

you are just creating an suspense everyone is asking about the process to make it if its free then provide the process else provide the price

7 Likes

today i’ll add demo apk in post…

There Is Already Added Demo APK Just Add AIA

5 Likes

how can i get this??

1 Like

Check the category of post…

i mean how can i get aia file

1 Like

it seems to be, the author will not provide it…
else it would have been published in the Open Source category

Taifun

3 Likes

@Kunal_Kushwaha you don’t need any aia to do the same
Used Activity Starter for play video in other app video player like MX Player, VLC, BS Player, Xplayer, etc…

For MX Player (free version):
Activity Starter. Action = android.intent.action.VIEW
Activity Starter. Activity Package = com.mxtech.videoplayer.ad.ActivityScreen
Activity Starter. Activity Class = com.mxtech.videoplayer.ad
Activity Starter. Data Uri = Your video link
Activity Starter. Start Activity

For VLC Player:
Activity Starter. Action = android.intent.action.VIEW
Activity Starter. Activity Package = org.videolan.vlc.gui.video.VideoPlayerActivity
Activity Starter. Activity Class = org.videolan.vlc
Activity Starter. Data Uri = Your video link
Activity Starter. Start Activity

For BS Player:
Activity Starter. Action = android.intent.action.VIEW
Activity Starter. Activity Package = com.bsplayer.bsplayeran.CmdParse
Activity Starter. Activity Class = com.bsplayer.bspandroid.free
Activity Starter. Data Uri = Your video link
Activity Starter. Start Activity

For XPlayer:
Activity Starter. Action = android.intent.action.VIEW
Activity Starter. Activity Package = com.inshot.xplayer.activities.PlayerActivity
Activity Starter. Activity Class = video.player.videoplayer
Activity Starter. Data Uri = Your video link
Activity Starter. Start Activity

12 Likes

Your method is great… But But
If you are a professional developer then dependencies is not a good thing…
If we use mx player and watch movie for 2 mints and after that we want to back in our app then we can’t because due to restrictions sometimes system will terminate app… We need to resrart the app…

And second if you use external app to do your task then external app will take separate load to run and then ready to your task…

1 Like

First of all, I’m not a professional developer (Start with AI2 february 2018, next Appy Builder and last Kodular).
You said “If we use mx player and watch movie for 2 mints and after that we want to back in our app then we can’t because due to restrictions sometimes system will terminate app… We need to resrart the app…” this has not happened to me !!!
Second, I have created an app for iptv as the kodular video player component has had problems playing m3u8 files, I use MX Player Free Version in my app. After play for many hours live stream when the user press back button MX Player is closed and back to my app and my app does not restart (shown from the main menu with live channels)
I run my app on Smartphones and Android TV Box, 100% tested over 8 months without any problem !!!
Which version of MX Player have you encountered that problem ?

6 Likes

Not only for video players i am talking about all external apps…almost after 1 minute,
system terminate our app activities to maintain battry…
Its not my words,
i have read android documents… This functions is included in version 10 and coming versions to…
My point is that
It is better that man should take precaution already.

By the way your method is also great…

Your app looks great…

1 Like

thanks…

This post was flagged by the community and is temporarily hidden.

can you share the aia file

see this @Rahan_Sarang han

1 Like

Where is the AIA? If there is no AIA provided, then the developer of this app is using paid extensions.

1 Like