Allwinner A10 : Is XBMC ported to MALI-400MP ?
Mine actually works pretty nice now. The only minor issue is that wifi is quite slow, but I'm too lazy to run an ethernet cable to the box.
The 'fix' I mentioned earlier (restarting xbmc) only seems to work -after- a video has been played. So I added this to rc.local:
Code:
sudo start xbmc
(sleep 40s; sudo xbmc-send -a "PlayMedia(/home/linaro/)"; sleep 5s; sudo xbmc-send -a "PlayerControl(stop)"; sleep 5;  sudo restart xbmc) &
Booting is quite slow but atleast it's automatic. You'll have to place a video file in the /home/linaro folder for it to work. And you need xbmc-eventclients-xbmc-send installed.
Reply


Messages In This Thread
RE: Allwinner A10 : Is XBMC ported to MALI-400MP ? - by Snippo - 2013-07-12, 13:16
Logout Mark Read Team Forum Stats Members Help
Allwinner A10 : Is XBMC ported to MALI-400MP ?15