I managed to use XBMC with MX player through wifi, a HDD connected to my server. The tricky thing was to find drivers which work on ug802 (my version is IBEX ug802+ with finless 1.6 ROM)
I give hereunder the links where you can find the corresponding files :
cifs and md4
You need cifsmanager to mount those drivers (explained in the link, but you can mount them manually with insmod) and mount the HDD.
After mounting the drivers, you can get folders from your HDD recognised as sdcard folders.
The second step is to get a compatible xbmc apk, you can find one here :
Post: #54
after installing the apk, you have to create a playercorefactory.xlm file and insert it in sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/userdata
this file contains the following text :
<playercorefactory>
<players>
<player name=”MPC-HC” type=”ExternalPlayer” audio=”false” video=”true”>
<filename>com.mxtech.videoplayer.ad</filename>
<hidexbmc>true</hidexbmc>
</player>
</players>
<rules action=”prepend”>
<rule video=”true” player=”MPC-HC”/>
</rules>
</playercorefactory>
com.mxtech.videoplayer.ad is for the free version of mx player.
You run xbmc, video, you choose Files, Add Video, Browse, Root filesystem, sdcard and then the name of your folder (which is the one you gave with cifsmanager), and save.
It is not as good as with es file manager coupled with mx player but it is much better than with the xbmc player since mkv files can be played with HW decoding.
May be the cifs driver need to be improved ... but it is far beyond my knowledge ...
Hope it helps
Comment