I tried the localcast Playercore factory in kodi 17 nightly it worked but only for online vídeos, it didn't streams local files yo localcast, can you fix itHey,
A while ago I made some of these Playercore factory files for some other videoplayers besides Avia.
** if it does not work, try it with the xbmc XAF version!**
- LocalCast (by me): https://box.com/s/uxp4k8q4c4mm02ynwrjc
- BubbleUPnp (by me): https://app.box.com/s/j65ds0tljkskwxyavvft
-Allcast(credit to: @vibajajo64): https://www.dropbox.com/s/1ltd48heh3wrx45/playercorefactory.xml
Would you like to stream XBMC through Avia to Chromecast?
Put this https://www.dropbox.com/s/d8pl1adtlo8rp90/playercorefactory.xml in sdcard/android/data/org.xbmc.xbmc/files/userdata
Now Avia is the player allowing you to chromecast.
Sent from my SCH-I535 using xda app-developers app
<!--
Credits
KemoNine (xbmcandroid.com/forums)
Staticadk (xbmcandroid.com/forums)
GSH (xbmcandroid.com/forums)
-->
<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>
<!-- 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>
<!-- LocalCast definition -->
<player name="Localcast" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>de.stefanpledl.localcast</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="MXPlayer Free"/>
</rules>
</playercorefactory>
I'm about to start thinking that the xmbc streaming with the avia player is a mythI tried with several gotham builds, i tried with XAF builds. I used the avia-version of the playercorefactory.xml from xbmchelpers. But i always get "External Player Active, Click OK when playback has ended"
Streaming from avia itself does work but not out of xbmc. Same happens when i explicitly choose Avia to play with...
:crying: