I use this "How-to" to compile libVLC and the output is libvlc-3.0.0.aar archive (../android/libvlc/build/outputs/aar). The image above are the libraries inside the archive. I have included this library/archive in my project and it's working fine, but is little bit big for my purpose, beca...
it's possible to compile only part of libVLC, eg. only "some specific codecs"? Because I need only support RTSP, HLS and MPEG-2 TS. It's this possible?
I don't have physical x86 device and in the emulator is problem with hardware acceleration, I think, because some streams invoke HardwareAccelerationError on libVLC interface. The user send me this log: 07-31 06:18:18.073 I/ActivityManager( 566): START u0 {cmp=cz.yetanotherview.webcamviewer.app/.str...
Hello, I am developer of this application: https://github.com/TomasValenta/WebCamViewer And I use libVLC as backend for playing live streams. A week ago I compile new libVLC version 3.0.0 and then the user Hiermur has reported problem with playing some live streams only on x86 architecture. Any idea...
After maybe twelve reruns, the build hang on: autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac file requires the infrastructure from gettext-0.19.2 but this version is older. Please upgrade to gettext-0.19.2 or newer. autopoint: *** Stop. autoreconf: autopoint failed with e...
Thank you Jean-Baptiste, so we need to wait for fix or can we do something? Today, I try this: http://stackoverflow.com/a/30350687/3796931, but not finishing with the successful build. Only from curiosity, why you build is working and our not (when we compile from the same source code)? Different bu...
Hello, I have also problem to build latest version of VLC for Android. I use Ubuntu 14.04 and compiling version 1.3.2 was fine . But now when I try to compile version 1.4.1, the build fail on: touch .openjpeg contribs: make failed More from log: If you ever happen to want to link against installed l...