I'm a developer of diceplayer ( android hw accelerated media player )
I am working to add external player features to XBMC android.
It works on my SGS3 and Telechips Android TV box.
Local file / SMB share / HTTP remote play(I've tested with Vimeo HD) works well.
I'll release patch for XBMC and Diceplayer soon.
EDIT : you can use sub $50 cheap android tv stick that have TCC8925.
juami
Junior Member Posts: 14 Joined: Aug 2012 Reputation: 0 |
2012-08-17 07:15
Post: #1
(This post was last modified: 2012-08-17 08:17 by juami.)
|
| find quote |
Ned Scott
Team-XBMC Wiki Guy Posts: 12,566 Joined: Jan 2011 Reputation: 138 Location: Arizona, USA |
2012-08-17 07:43
Post: #2
Very awesome!
You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2012-08-17 13:35
Post: #3
just remember that xbmc is GPL. (i don't know how you launch your player but i cannot find the source for it).
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
juami
Junior Member Posts: 14 Joined: Aug 2012 Reputation: 0 |
2012-08-17 14:22
Post: #4
(2012-08-17 13:35)spiff Wrote: just remember that xbmc is GPL. (i don't know how you launch your player but i cannot find the source for it).Diceplayer is separate process. It is not affected by GPL. Windows/Linux XBMC can launch external player app which is not GPL. I just add some code for launching external android player app to XBMC. |
| find quote |
jamiejones85
Junior Member Posts: 13 Joined: Jul 2012 Reputation: 0 |
2012-08-17 15:33
Post: #5
Do you use the android method of launching applications using an intent? So this would work with any player that can handle the intent?
e.g. Code: Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(movieurl))
(This post was last modified: 2012-08-17 15:34 by jamiejones85.)
|
| find quote |
davilla
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2012-08-17 17:50
Post: #6
until we see the source code patch... It's vapor
MediaInfo : http://mediainfo.sourceforge.net/ Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2012-08-17 21:23
Post: #7
(2012-08-17 14:22)juami Wrote:(2012-08-17 13:35)spiff Wrote: just remember that xbmc is GPL. (i don't know how you launch your player but i cannot find the source for it).Diceplayer is separate process. It is not affected by GPL. then it is fine.as I said I don't have the code. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
Nu7s
Senior Member Joined: Jun 2012 Reputation: 1 Location: Belgium |
2012-08-18 23:40
Post: #8
Great, just what I was looking for!
|
| find quote |
jompan87
Member+ Posts: 116 Joined: Oct 2008 Reputation: 0 |
2012-08-19 00:04
Post: #9
I hope to see this patch get merged in soon, a great addition and a must for android users
![]() PS: @Juami: are you makeing this player independet or targeting only diceplayer?
(This post was last modified: 2012-08-19 00:11 by jompan87.)
|
| find quote |
davilla
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2012-08-19 02:49
Post: #10
@jompan87, as we keep asking. What patch ?
MediaInfo : http://mediainfo.sourceforge.net/ Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. |
| find quote |

Search
Help