Android how to choose different player by the video resolution(such as 1080p.720p)?
#1
Dear guys:
I encounted a problem that how to choose different player by the video resolution(such as 1080p.720p)?

thank you for all answers!
Reply
#2
http://wiki.xbmc.org/?title=External_players
Reply
#3
(2013-12-18, 14:57)ironic_monkey Wrote: http://wiki.xbmc.org/?title=External_players

But the first play will use dvdplayer(default),not my external player!only the first play ,it is normal later!
the follow is my part of the playercorefactory.xml:

<rules action="prepend">
<rule videoresolution="720|1080" player="MXPlayer"/>
<rule internetstream="true" videoresolution="720|1080" player="MXPlayer"/>
</rules>

thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
how to choose different player by the video resolution(such as 1080p.720p)?1