Android XBMC with Diceplayer demo
#25
(2012-08-20, 11:33)Montellese Wrote: That's what I figured but just wanted to know if there is a better API for android apps (using java). A lot of android players are able to handle 1080p on my SGS2 but with our very basic openmax implementation I only get software decoders and no hardware decoders.

See VLC android and ffmpeg-stagefright code.
they also make a basic stagefright-openmax implementation.

some guys build my patch
you can download
( http://code.google.com/p/xbmc-korea/down...120821.apk )
and install diceplayer ( https://play.google.com/store/apps/detai...iaplayer.a )
and install playercorefactory.xml to userdata folder ( /sdcard/Android/data/...... )

Code:
<playercorefactory>
<players>
   <player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
     <filename>com.inisoft.mediaplayer.a</filename>
     <hidexbmc>true</hidexbmc>
   </player>
</players>
<rules action="prepend">
   <rule video="true" player="MPC-HC"/>
</rules>
</playercorefactory>
Reply


Messages In This Thread
XBMC with Diceplayer demo - by juami - 2012-08-17, 07:15
RE: XBMC with Diceplayer demo - by Ned Scott - 2012-08-17, 07:43
RE: XBMC with Diceplayer demo - by spiff - 2012-08-17, 13:35
RE: XBMC with Diceplayer demo - by juami - 2012-08-17, 14:22
RE: XBMC with Diceplayer demo - by spiff - 2012-08-17, 21:23
RE: XBMC with Diceplayer demo - by davilla - 2012-08-17, 17:50
RE: XBMC with Diceplayer demo - by Nu7s - 2012-08-18, 23:40
RE: XBMC with Diceplayer demo - by jompan87 - 2012-08-19, 00:04
RE: XBMC with Diceplayer demo - by juami - 2012-08-19, 13:27
RE: XBMC with Diceplayer demo - by davilla - 2012-08-19, 02:49
RE: XBMC with Diceplayer demo - by Ned Scott - 2012-08-19, 06:12
RE: XBMC with Diceplayer demo - by davilla - 2012-08-19, 08:21
RE: XBMC with Diceplayer demo - by juami - 2012-08-19, 12:57
RE: XBMC with Diceplayer demo - by Ned Scott - 2012-08-20, 01:28
RE: XBMC with Diceplayer demo - by jompan87 - 2012-08-19, 13:44
RE: XBMC with Diceplayer demo - by Nu7s - 2012-08-19, 14:51
RE: XBMC with Diceplayer demo - by juami - 2012-08-20, 04:55
RE: XBMC with Diceplayer demo - by Montellese - 2012-08-20, 09:12
RE: XBMC with Diceplayer demo - by Nu7s - 2012-08-20, 11:14
RE: XBMC with Diceplayer demo - by csgabe - 2012-08-20, 09:48
RE: XBMC with Diceplayer demo - by juami - 2012-08-20, 10:01
RE: XBMC with Diceplayer demo - by juami - 2012-08-20, 10:11
RE: XBMC with Diceplayer demo - by Montellese - 2012-08-20, 11:33
RE: XBMC with Diceplayer demo - by juami - 2012-08-21, 15:12
RE: XBMC with Diceplayer demo - by jjd-uk - 2012-08-21, 16:13
RE: XBMC with Diceplayer demo - by juami - 2012-08-24, 05:41
RE: XBMC with Diceplayer demo - by spiff - 2012-08-21, 15:27
RE: XBMC with Diceplayer demo - by Nu7s - 2012-08-21, 20:50
RE: XBMC with Diceplayer demo - by kimp93 - 2012-08-22, 02:18
RE: XBMC with Diceplayer demo - by juami - 2012-08-22, 07:22
RE: XBMC with Diceplayer demo - by neth2007 - 2012-08-22, 08:13
RE: XBMC with Diceplayer demo - by juami - 2012-08-22, 08:35
RE: XBMC with Diceplayer demo - by neth2007 - 2012-08-22, 08:39
RE: XBMC with Diceplayer demo - by juami - 2012-08-22, 10:00
RE: XBMC with Diceplayer demo - by neth2007 - 2012-08-22, 10:20
RE: XBMC with Diceplayer demo - by juami - 2012-08-22, 10:16
RE: XBMC with Diceplayer demo - by neth2007 - 2012-08-22, 10:50
RE: XBMC with Diceplayer demo - by pigacc - 2012-08-22, 14:07
RE: XBMC with Diceplayer demo - by aviva1987 - 2012-08-22, 22:26
RE: XBMC with Diceplayer demo - by gordosam - 2012-08-23, 11:16
RE: XBMC with Diceplayer demo - by Nu7s - 2012-08-23, 11:27
RE: XBMC with Diceplayer demo - by neth2007 - 2012-08-23, 12:36
RE: XBMC with Diceplayer demo - by Montellese - 2012-08-23, 13:25
RE: XBMC with Diceplayer demo - by gordosam - 2012-08-23, 20:41
RE: XBMC with Diceplayer demo - by Ned Scott - 2012-08-24, 04:43
RE: XBMC with Diceplayer demo - by davilla - 2012-08-24, 05:11
RE: XBMC with Diceplayer demo - by Jako - 2012-08-24, 12:36
RE: XBMC with Diceplayer demo - by gimli - 2012-08-24, 07:04
RE: XBMC with Diceplayer demo - by Nu7s - 2012-08-24, 10:54
RE: XBMC with Diceplayer demo - by aptalca - 2012-08-27, 16:49
RE: XBMC with Diceplayer demo - by mrspin - 2012-09-01, 11:01
RE: XBMC with Diceplayer demo - by Nu7s - 2012-09-01, 11:50
RE: XBMC with Diceplayer demo - by inRivalz - 2012-09-03, 01:55
RE: XBMC with Diceplayer demo - by pracha2 - 2012-09-03, 07:15
RE: XBMC with Diceplayer demo - by gimli - 2012-09-03, 09:10
RE: XBMC with Diceplayer demo - by Nu7s - 2012-09-03, 09:20
RE: XBMC with Diceplayer demo - by d1dd1 - 2012-09-03, 10:47
RE: XBMC with Diceplayer demo - by gimli - 2012-09-03, 11:33
RE: XBMC with Diceplayer demo - by Nu7s - 2012-09-04, 12:00
RE: XBMC with Diceplayer demo - by Nu7s - 2012-09-03, 11:05
RE: XBMC with Diceplayer demo - by j1nx - 2012-09-03, 11:30
RE: XBMC with Diceplayer demo - by Nu7s - 2012-09-03, 11:59
RE: XBMC with Diceplayer demo - by vishek - 2012-09-17, 07:40
RE: XBMC with Diceplayer demo - by j1nx - 2012-09-18, 22:35
RE: XBMC with Diceplayer demo - by fouad796 - 2012-09-03, 13:24
RE: XBMC with Diceplayer demo - by mrspin - 2012-09-03, 14:19
RE: XBMC with Diceplayer demo - by inRivalz - 2012-09-03, 15:24
RE: XBMC with Diceplayer demo - by pracha2 - 2012-09-04, 04:04
RE: XBMC with Diceplayer demo - by mrspin - 2012-09-03, 16:03
RE: XBMC with Diceplayer demo - by b1t0y - 2012-09-03, 20:33
RE: XBMC with Diceplayer demo - by j1nx - 2012-09-03, 21:36
RE: XBMC with Diceplayer demo - by mrspin - 2012-09-03, 22:37
RE: XBMC with Diceplayer demo - by j1nx - 2012-09-04, 08:13
RE: XBMC with Diceplayer demo - by pracha2 - 2012-09-04, 08:47
RE: XBMC with Diceplayer demo - by j1nx - 2012-09-04, 11:55
RE: XBMC with Diceplayer demo - by d1dd1 - 2012-09-04, 12:21
RE: XBMC with Diceplayer demo - by juami - 2012-09-04, 13:44
RE: XBMC with Diceplayer demo - by Kweker - 2012-09-04, 15:11
RE: XBMC with Diceplayer demo - by Nu7s - 2012-09-04, 15:24
RE: XBMC with Diceplayer demo - by inRivalz - 2012-09-04, 17:13
RE: XBMC with Diceplayer demo - by pracha2 - 2012-09-04, 17:43
RE: XBMC with Diceplayer demo - by Djape - 2012-09-04, 17:47
RE: XBMC with Diceplayer demo - by inRivalz - 2012-09-05, 16:15
RE: XBMC with Diceplayer demo - by Ned Scott - 2012-09-07, 08:59
RE: XBMC with Diceplayer demo - by Nu7s - 2012-09-07, 17:00
RE: XBMC with Diceplayer demo - by dreamers - 2012-11-28, 07:42
RE: XBMC with Diceplayer demo - by barca23 - 2012-11-28, 14:59
RE: XBMC with Diceplayer demo - by chrisino - 2012-12-09, 14:32
RE: XBMC with Diceplayer demo - by tbob19 - 2013-01-07, 09:38
RE: XBMC with Diceplayer demo - by yobikap - 2013-01-26, 21:21
RE: XBMC with Diceplayer demo - by Th3DEAD - 2013-02-05, 01:21
RE: XBMC with Diceplayer demo - by Qefx - 2013-08-13, 11:51
RE: XBMC with Diceplayer demo - by da-anda - 2013-08-13, 21:15
RE: XBMC with Diceplayer demo - by Qefx - 2013-08-13, 22:09
RE: XBMC with Diceplayer demo - by Qefx - 2013-08-14, 10:37
RE: XBMC with Diceplayer demo - by Qefx - 2013-08-14, 23:03
Logout Mark Read Team Forum Stats Members Help
XBMC with Diceplayer demo2