Hi,
I've the same problem. External player doesn't work on my Android TV.
my playercorefactory.xml file
Code:
<playercorefactory>
<players>
<player name="sony" type="ExternalPlayer" audio="false" video="true">
<filename>com.sony.dtv.osat.video</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>
<rules action="prepend">
<!---
********** **********
********** EDIT THIS SECTION **********
********** **********
-->
<rule protocols="smb" player="sony" />
<rule dvdimage="true" player="sony"/>
<rule protocols="rtmp" player="sony"/>
<rule protocols="rtsp" player="sony" />
<rule protocols="sop" player="sony" />
<rule internetstream="true" player="sony" />
<rule video="true" player="sony"/> <!-- Default for anything else not listed -->
</rules>
</playercorefactory>
com.sony.dtv.osat.video is the native video player provided by Sony.
The video are stored on a NAS and SMB protocol is used.
Kodi 16.1 Git:2016-04-24-f6ceced
CPU : ARMv7 MT5890
Android 5.1.1 API Level 22 ( kernel: 3.10.27)
TV : SONY KDL-43W755C
If i manually start the movie with ES Explorer (
https://play.google.com/store/apps/detai....pop&hl=fr ) and then i select the native sony's video player. All works perfectly.
I don't understand why kodi doesn't that the player. i've also tried with MX Player Free, i've the same problem. The player doesn't start.
I'm looking for a solution.
Euca