• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 7
Android XBMC with Diceplayer demo
#1
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.
Reply
#2
Very awesome!
Reply
#3
just remember that xbmc is GPL. (i don't know how you launch your player but i cannot find the source for it).
Reply
#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.

Reply
#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))
Reply
#6
until we see the source code patch... It's vapor Smile
Reply
#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.
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.

then it is fine.as I said I don't have the code.
Reply
#8
Great, just what I was looking for! Smile
Reply
#9
I hope to see this patch get merged in soon, a great addition and a must for android users Smile

PS: @Juami: are you makeing this player independet or targeting only diceplayer?
Reply
#10
@jompan87, as we keep asking. What patch ?
Reply
#11
Let's not scare away our new Android friend..
Reply
#12
I like my crow well done if proven wrong Smile HAHAHAHA
Reply
#13

It is just vapor. Forget it.
Reply
#14
(2012-08-19, 00:04)jompan87 Wrote: I hope to see this patch get merged in soon, a great addition and a must for android users Smile

PS: @Juami: are you makeing this player independet or targeting only diceplayer?

It is basically generic. But some features are dependent on diceplayer like smb suppory.

(2012-08-17, 15:33)jamiejones85 Wrote: 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))

Yes. I send intent which have path as Uri.
Reply
#15
alright, sounds good :-)

any eta perhaps?
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 7

Logout Mark Read Team Forum Stats Members Help
XBMC with Diceplayer demo2