
If you desire to cast your local media files to your Android TV box using Beyond XBMC as your playback video player or using the internal video player ....
First turn on your WiFi, open your Beyond XBMC go to Services - Settings> UPnP and activate the three (3) Settings (Blue light) ...!
Next, you must install the Playercorefactort.xml file found HERE http://www.mediafire.com/download/d6...orefactory.xml to Android> data> com.flumpster.xbmc> files> .xbmc> userdata on your Android TV box using a File Manager (Reboot Your TV Box) ...
Install the AllCast App And BubbleUPnP App to your Android mobile device ... Get the "AllCast App" HERE https://play.google.com/store/apps/d...shikdutta.cast And get the "BubbleUPnP App" HERE https://play.google.com/store/apps/d...oid.bubbleupnp ...
Next, install the FREE$$$ BubbleUPnP Server (TransCoder) to your PC/Laptop and activate (Where Your Local File Are), get the BubbleUPnP Server HERE http://bubblesoftapps.com/bubbleupnpserver/ ...
*Please Note: you can cast just using your mobile device via the BubbleUPnP App ... You can also use your mobile device with the BubbleUPnP App via the DLNA/UPnP Server already installed on your home network, if desired ...!
Check out the Playcorefactory.xml (Example Below), you can cast using other devices also (See Below)
You can find the latest Android TV apps and casting apps HERE 24/7 https://plus.google.com/communities/...artnerid=gplp0 ...
<playercorefactory>
<players>
<!-- MXPlayer Free definition -->
<player name="MX Playerfree" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.mxtech.videoplayer.ad</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
<!-- MX Player Pro definition -->
<player name="MX Player Pro" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.mxtech.videoplayer.pro</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
<!-- Plex definition -->
<player name="Plex" type="ExternalPl Mkayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.plexapp.plex</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
<!-- Avia definition -->
<player name="Avia" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.videon.android.mediaplayer</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
<!-- Allcast definition -->
<player name="Allcast" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.koushickdutta.cast</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
<!-- BubbleUPnP definition -->
<player name="BubbleUPnP" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.bubblesoft.android.bubbleupnp</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
<!-- Gallery definition -->
<player name="Gallery" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.android.gallery3d</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
<!-- Vbukit Chromecast definition -->
<player name="Vbukit Chromecast" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.creatingrevolutions.vbukitchromecast </filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
<!-- Vbukit definition -->
<player name="Vbukit" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.creatingrevolutions.virtualbucket</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
<!-- CheapCast definition -->
<player name="CheapCast" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>at.maui.cheapcast</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
<!-- definition -->
<player name="" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename></filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>
<!-- Rules for which external player to use -->
<!-- MX Player Pro is default
change player= value to one of the above names to change this -->
<rules action="prepend">
<!-- Video files -- Default rule (last to ensure above trigger first -->
<rule video="true" player="Avia"/>
</rules>
</playercorefactory>
Comment