Search found 6 matches

Go to advanced search

by Entropeace
10 Sep 2015 12:01
Forum: VLC for Android and Chrome OS
Topic: HTTP / UDP / TCP / REST interface
Replies: 3
Views: 576

Re: HTTP / UDP / TCP / REST interface

As far as I know, there's no such feature. Playback controlling is done through a list of intents listed in com.vlcandroid.vlc.PlaybackService.java (line:94-106), so I guess it's rather straightforward to add a layer that would listen for HTTP requests (hint: GCM.) Needless to say that security coul...
by Entropeace
08 Sep 2015 18:38
Forum: VLC for Android and Chrome OS
Topic: Asset compilation
Replies: 3
Views: 294

Re: Asset compilation

Thanks for your reply, but my question was regarding the converting process of SVGs in the /assets/images/svg folder to PNGs in /vlc-android/res/drawable-* folders.
by Entropeace
07 Sep 2015 19:06
Forum: VLC for Android and Chrome OS
Topic: Asset compilation
Replies: 3
Views: 294

Asset compilation

I was just wondering - how does assets (SVG) compilation work to produce different-size Android assets?
(I'm about to write a utility that does that - but figured to better ask here first.)
by Entropeace
07 Sep 2015 18:52
Forum: Development around libVLC
Topic: Building VLC-Android under OSX
Replies: 4
Views: 490

Re: Building VLC-Android under OSX

Yes... But it turned out building on OSX isn't just hard, but would compromise most of the core code.
I just started fresh on a Ubuntu VM.
Thanks JB!
by Entropeace
18 Jul 2015 04:27
Forum: Development around libVLC
Topic: Building VLC-Android under OSX
Replies: 4
Views: 490

Re: Building VLC-Android under OSX

Well spotted! Had to add both -larchive and -lGLESv1_CM (and change <GL/gl.h> to <GLES/gl.h> in glspectrum.c). Now I'm having a declaration conflict between libzip and libaccess: arm-linux-androideabi/bin/ld: error: VLC/.modules/build-android-arm-linux-androideabi/libzip_plugin.a(libzip_plugin_la-zi...
by Entropeace
04 Jul 2015 04:13
Forum: Development around libVLC
Topic: Building VLC-Android under OSX
Replies: 4
Views: 490

Building VLC-Android under OSX

Hi, I just want to see if there has been any success building VLC Android so far. I had to make a dozen patches to the code (from <inttypes> inconsistencies to OpenGL not being loaded), but I still can get around it (now I'm stuck trying to figure out why libarchive doesn't get picked up by the link...

Go to advanced search