Android Community
Results 1 to 8 of 8

Thread: VLC on Android

  1. #1
    Join Date
    Sep 2008
    Posts
    2

    Default VLC on Android


    hello everybody ,,
    i want to run C/C++ Code on Android is that possible ?????

    Thanks

  2. #2
    Join Date
    Sep 2008
    Posts
    922

    Default Re: VLC on Android

    lol, by VLC I thought you meant Video Lan Core media player, which is one of the things I hope will be ported to Android (with a much cleaner GUI).

    Right now C++ isn't possible, but maybe once they release the API, someone will make the appropriate files to do this.

  3. #3
    Join Date
    Sep 2008
    Location
    The Boonies of Pinal County, Arizona
    Posts
    1,186

    Default Re: VLC on Android

    Quote Originally Posted by Jorsher View Post
    lol, by VLC I thought you meant Video Lan Core media player, which is one of the things I hope will be ported to Android (with a much cleaner GUI).

    Right now C++ isn't possible, but maybe once they release the API, someone will make the appropriate files to do this.
    C++ support on an Android device would be limited to that specific line of devices; it would not be binary compatible with other Android devices (as not all of them are guaranteed to use the same processor). It's bad enough that Google opted to use a nonstandard VM (Dalvik), I hope no one makes matters worse by introducing binary compatibility issues.
    I blame this man for most programming problems.

  4. #4
    Join Date
    Sep 2008
    Posts
    922

    Default Re: VLC on Android

    Quote Originally Posted by ickyfehmleh View Post
    C++ support on an Android device would be limited to that specific line of devices; it would not be binary compatible with other Android devices (as not all of them are guaranteed to use the same processor). It's bad enough that Google opted to use a nonstandard VM (Dalvik), I hope no one makes matters worse by introducing binary compatibility issues.
    I understand it throws the whole cross-platform idea out the window, but for coding an entirely different OS to use that hardware, it would be useful.

  5. #5
    Join Date
    Sep 2008
    Location
    The Boonies of Pinal County, Arizona
    Posts
    1,186

    Default Re: VLC on Android

    Quote Originally Posted by Jorsher View Post
    I understand it throws the whole cross-platform idea out the window, but for coding an entirely different OS to use that hardware, it would be useful.
    ... or one could make a set of reusable code that extends the Media APIs already present on Android, thusly allowing any app to play said content :P

    PS: http://www.anddev.org/native_c_-und-...lator-t61.html has a working C++ 'hello world' running in the Android emulator.
    I blame this man for most programming problems.

  6. #6
    Join Date
    Oct 2008
    Location
    Philly
    Posts
    190

    Default Re: VLC on Android

    old thread but pretty interesting nevertheless...

    Wonder how close VLC is to being ported, especially with there also being Java bindings for VLC & Android being biased towards Java itself.
    Spring is upon us! Woo hoo!!


  7. #7
    Join Date
    Oct 2008
    Posts
    187

    Default Re: VLC on Android

    no native code will run on the application layer.
    Meow.

  8. #8
    Join Date
    Jun 2010
    Posts
    3

    Default Re: VLC on Android


    Has anything changed? Has the prospects of having a more powerful media player capable of playing a wider variety of codecs increased? Now that the new line of android phones are generally more powerful.
    Last edited by cjack; 06-09-2010 at 07:11 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •