vlc-android | VLC for Android , Android TV and ChromeOS | Android library

 by   videolan Kotlin Version: libvlc-4.0.0-eap11 License: GPL-2.0

kandi X-RAY | vlc-android Summary

kandi X-RAY | vlc-android Summary

vlc-android is a Kotlin library typically used in Mobile, Android applications. vlc-android has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has medium support. You can download it from GitHub.

VLC for Android, Android TV and ChromeOS
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              vlc-android has a medium active ecosystem.
              It has 1940 star(s) with 514 fork(s). There are 68 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              vlc-android has no issues reported. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of vlc-android is libvlc-4.0.0-eap11

            kandi-Quality Quality

              vlc-android has 0 bugs and 0 code smells.

            kandi-Security Security

              vlc-android has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              vlc-android code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              vlc-android is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              vlc-android releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of vlc-android
            Get all kandi verified functions for this library.

            vlc-android Key Features

            No Key Features are available at this moment for vlc-android.

            vlc-android Examples and Code Snippets

            No Code Snippets are available at this moment for vlc-android.

            Community Discussions

            QUESTION

            how can I compile android project to apk
            Asked 2021-Dec-01 at 14:23

            at the first experience with android, I don't install android studio!

            Just cloned a project and search according to see gradlew.bat file. but when I run it:

            ...

            ANSWER

            Answered 2021-Dec-01 at 14:23

            I never use this method to compile my android project into an .apk I use an alternative method which I find easier than compiling .apk in the android project.

            What I do is -

            1. Build the Android Project by clicking on the build icon.
            2. After the build is successful, Open File Explorer of on your PC.
            3. Then going to the file location - D:\User\Android Studio 4.0.1\Applications\SampleApp\app\build\outputs\apk\debug
            4. Now drag the .apk file to upload it anywhere!
            5. For testing it in mobile without connecting USB, you can Gmail yourself by uploading the file through Google Drive. And then downloading the .apk through Gmail in the Mobile Device.

            NOTE : the file location I have mentioned in Point 3 is different than yours, because I always keep my projects in D: drive. It would be similar after you go to your application folder (after SampleApp folder).

            Source https://stackoverflow.com/questions/70165106

            QUESTION

            VLC for Amazon Fire: Compile from source
            Asked 2021-Oct-08 at 07:40

            Anyone know how to do this? I successfully compiled the changes I want into vlc-android but I cannot install it on the Fire stick. Some of the errors I got were for release: This package seems to be corrupted. Ok that's strange it works on the android TV emulator. I try the debug build and it gets past the corrupted error but it says the app is not for my TV. So I assume there are special steps involved to get everything set up so that android studio can compile for fire.

            I would love some instructions on how to do this. Thank you

            ...

            ANSWER

            Answered 2021-Oct-08 at 07:40

            So the issue I was having was I needed to use adb to connect to the fire stick instead of downloading the file and trying to install that way.

            Source https://stackoverflow.com/questions/69474626

            QUESTION

            Build libVLC for Android - make libxml2 error 77
            Asked 2020-Oct-28 at 02:47

            command to build:

            ...

            ANSWER

            Answered 2020-Oct-28 at 02:47

            Use the docker image and follow CI steps.

            Source https://stackoverflow.com/questions/64552575

            QUESTION

            Android LibVLC, take snapshot of RTSP stream without TextureView
            Asked 2020-Jan-06 at 03:01

            Consider using libVLC for Android, based on the official recommended way.

            I went through the compilation process without problems (but took some time).

            I'd like to have the snapshot functionality, but I've found some very old (2-3 years old) threads around which states that this feature is still not available (2016) at least "not out of the box' by this thread (2014).

            Snapshot functionality is available on other platforms.

            Also there are some solutions where they switch from SurfaceView to TextureView.

            However I prefer sticking to SurfaceView as TextureView brings some performance drawbacks (according to this topic).

            Also on an official android page it's stated:

            In API 24 and higher, it's recommended to implement SurfaceView instead of TextureView.

            In 2014 there were only 2 dependecies of the snapshot function based on the thread I've mentioned earlier:

            • enabling sout module
            • enabling png as encoder

            When looking the "VLC-Android" repository of VideoLAN, there is a file responsible for building libVLC.

            In line 396, sout module seems to be enabled by default.

            Before compilation I've enabled png as encoder in vlc/contrib/src/ffmpeg/rules.mak as pointed out in the forum.

            However there is still no function related to snapshot in either org.videolan.libvlc.MediaPlayer or in org.videolan.libvlc.VLCVideoLayout.

            The question is how can I create a snapshot (either into file, or into buffer) on Android with libVLC, without using TextureView? Update1:

            Fact1: Found the reason on why it's unavailable on Android. In VLC's core source tree, in file lib/video.c on line 145 there is the snapshot function with a massive FIXME warning:

            ...

            ANSWER

            Answered 2020-Jan-06 at 03:01

            A few ways to go about this...

            Good luck.

            Source https://stackoverflow.com/questions/59582719

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install vlc-android

            Native libraries are published on bintray. So you can:.
            Build the application and get libraries via gradle dependencies (JVM build only)
            Build the whole app (LibVLC + Medialibrary + Application)
            Build LibVLC only, and get an .aar package
            VLC-Android build relies on gradle build modes :.
            Release & Debug will get LibVLC and Medialibrary from Bintray, and build application source code only.
            SignedRelease also, but it will allow you to sign application apk with a local keystore.
            Dev will build build LibVLC, Medialibrary, and then build the application with these binaries. (via build scripts only)
            You will need a recent Linux distribution to build VLC. It should work with Windows 10, and macOS, but there is no official support for this. Check our AndroidCompile wiki page, especially for build dependencies.

            Support

            VLC is a libre and open source project, we welcome all contributions. Just respect our Code of Conduct.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/videolan/vlc-android.git

          • CLI

            gh repo clone videolan/vlc-android

          • sshUrl

            git@github.com:videolan/vlc-android.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link