Hacker News new | ask | show | jobs
by jbk 5768 days ago
VideoLAN chairman and VLC developer here.

This is exactly the point. Porting VLC from MacOS X to iOS is more or less just a rewrite of the audio and video outputs (sinks). Plus an interface, of course...

Porting to Android is taking longer and is, of course, on the way...

1 comments

Cool. Thanks for the reply. Any details on why the Android port is taking longer or why it's so much easier to port to iOS? Maybe a VLC blog post or something?
iOS is very similar to Mac OS X, where VLC runs already...

Android is very different from usual Linux, using a different libc and libraries than normal GNU/Linux and requires Java bindings to run...

I'm impressed that Apple has maintained such consistency across the desktop/mobile operating systems. That is an interesting advantage of iOS that I pretty rarely see mentioned. Thanks for your thoughts.