Looking to fund VLC to Android project

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
anyways
New Cone
New Cone
Posts: 4
Joined: 01 Nov 2008 15:49

Looking to fund VLC to Android project

Postby anyways » 01 Nov 2008 15:57

Hi,

I'm starting a funding website for the development of VLC to Android. I was asking myself how much do we need to accumulate for your to start working on this? I was able to gather $300 in donations from android and google g1 communities all around the net but I need to know how much you guys are looking for? Is it like around $1,000 or more in the $10,000?

Please let me know, it's the last info I need before launching the website.

Thanks

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Looking to fund VLC to Android project

Postby Jean-Baptiste Kempf » 01 Nov 2008 16:32

Well, it could cost a lot, but it could cost nothing...

In fact, now, Android is Java Only, so this is not usefull yet. However, when the native SDK is opened, it would "just" need a SDK, a test machine and some time.
VLC works more or less on many other ARM machines, so no reasons that it wouldn't work too.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

www.rzr.online.fr
New Cone
New Cone
Posts: 7
Joined: 10 Dec 2008 23:38
Operating System: linux
Location: fr/35/rennes
Contact:

Re: Looking to fund VLC to Android project

Postby www.rzr.online.fr » 11 Dec 2008 00:37

Have you looked at openmoko plateform ?

About android i am pretty sure a JNI like interface will apprear some day
--
http://rzr.online.fr/q/android
http://rzr.online.fr/q/vlc
http://rzr.online.fr/q/raid
http://rzr.online.fr/q/codec
http://go.cur.lv/files# files to be shared or email me

zaklin
New Cone
New Cone
Posts: 2
Joined: 30 Jul 2009 19:53

Re: Looking to fund VLC to Android project

Postby zaklin » 30 Jul 2009 19:55

Any more news on this matter?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Looking to fund VLC to Android project

Postby Jean-Baptiste Kempf » 30 Jul 2009 21:24

I guess, there is now a local SDK.
It would be maybe around 6k$.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

fkuehne
Developer
Developer
Posts: 7241
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Re: Looking to fund VLC to Android project

Postby fkuehne » 31 Jul 2009 00:40

Well, the local SDK misses any kind of API for video or audio output, so I don't really see how a port is going to happen...
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net

zaklin
New Cone
New Cone
Posts: 2
Joined: 30 Jul 2009 19:53

Re: Looking to fund VLC to Android project

Postby zaklin » 31 Jul 2009 11:46

So us android users are pretty much screwed from getting a good videoplayer then?

fkuehne
Developer
Developer
Posts: 7241
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Re: Looking to fund VLC to Android project

Postby fkuehne » 31 Jul 2009 19:42

With the current SDK, yes. It only supports the delegation of high performance tasks from Java apps to C, but that's it. This is not sufficient to port VLC, an app written in C/C++ only.
If Google releases a more complete SDK, it might be able to port VLC to Android similar to way VLC could be ported to the iPhone.
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net

seast
New Cone
New Cone
Posts: 1
Joined: 26 Sep 2009 04:28

Re: Looking to fund VLC to Android project

Postby seast » 26 Sep 2009 04:40

I am interested to porting VLC to android.
Yes, google SDK only have a limited support JNI.
But if you download the full android source from android main site, the tool chain in already there.
There is a project to port snes emulator on android, I tried it and seems it works fine on G1.(as well as our phone in development)
http://code.google.com/p/androidsnes/
Google also have a demo code to port Doom.

adewilt
New Cone
New Cone
Posts: 1
Joined: 26 Sep 2009 09:51

Re: Looking to fund VLC to Android project

Postby adewilt » 26 Sep 2009 09:55

That would be great Seast! Please keep us posted, you have twitter or something? I am also still missing a good video player for Android, and on the pc I'm so spoiled with VLC.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Looking to fund VLC to Android project

Postby Jean-Baptiste Kempf » 26 Sep 2009 17:03

That would be most welcomed.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Rémi Denis-Courmont
Developer
Developer
Posts: 15228
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Looking to fund VLC to Android project

Postby Rémi Denis-Courmont » 26 Sep 2009 18:02

I am interested to porting VLC to android.
Yes, google SDK only have a limited support JNI.
But if you download the full android source from android main site, the tool chain in already there.
The toolchain is a small piece in a big puzzle. Getting an ARM Linux toolchain is not difficult. If you don't want to compile it yourself, you can download one from CodeSourcery.

There are much bigger problems:
  • A proper video output driver. Android does not use X11 (does it?), so you will need to access the frame buffer or the GPU directly, and cooperate with the rest of the (Java) operating system. This had better support rescaling and YCrCb color space in hardware, otherwise you can forget about decoding video at more than 1 frame per second.
  • An audio output driver. VLC needs to output PCM audio samples with very low latency, and cooperate with the operating system, so that say incoming voice calls are not muted while VLC is playing back.
  • A user interface. That might be doable in Java but it is quite a lot of work in any case (the official VLC Qt4 and MacOS interfaces represent 20000 lines each).
  • Adequate CPU power, or CPU-specific optimizations, or DSP support for video decoding.
  • A decent run-time C library, or a set of stubs for all missing functions.
    .
This is not to say that VLC on Android NDK is not feasible, but it is probably not as obvious thing to do as it may seem.

N.B.: For the sake of full disclosure, I mention that I am currently working for a direct competitor to Android.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

jeroensky
Cone that earned his stripes
Cone that earned his stripes
Posts: 129
Joined: 22 Aug 2005 19:07
VLC version: 0.9.8a
Operating System: Windows & Linux
Location: EU, NL, Amsterdam.
Contact:

Re: Looking to fund VLC to Android project

Postby jeroensky » 21 Oct 2009 22:59

I read a message online about the new Mozilla browser for mobiles (Fennec is written in C/C++).
It seems that Androids Native development kit (NDK) uses C/C++

So I guess it's possible to run a vlc runtime library on Android.

But hey, I'm not a programmer.
My mobile {PSP} linksite. .:: http://sites.google.com/site/jeroenskyterritory/ ::.


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 9 guests