libvlc-android-sample

所属分类:绘图程序
开发工具:Java
文件大小:764KB
下载次数:0
上传日期:2020-12-18 21:11:03
上 传 者evgeni_rs
说明:  Libvlc android sample media player.

文件列表:
libvlc-android-sample\.classpath (466, 2015-09-02)
libvlc-android-sample\.idea\codeStyles\Project.xml (1803, 2019-03-29)
libvlc-android-sample\.idea\gradle.xml (577, 2019-03-29)
libvlc-android-sample\.idea\libraries\Gradle__com_android_support_support_annotations_21_0_3_jar.xml (769, 2019-03-29)
libvlc-android-sample\.idea\libraries\Gradle__com_android_support_support_v4_21_0_3.xml (934, 2019-03-29)
libvlc-android-sample\.idea\misc.xml (2101, 2019-03-29)
libvlc-android-sample\.idea\modules.xml (282, 2019-03-29)
libvlc-android-sample\.idea\runConfigurations.xml (564, 2019-03-29)
libvlc-android-sample\.idea\workspace.xml (8698, 2019-03-29)
libvlc-android-sample\.project (822, 2015-09-02)
libvlc-android-sample\AndroidManifest.xml (1334, 2015-09-02)
libvlc-android-sample\build\android-profile\profile-2019-03-29-15-53-24-296.rawproto (301, 2019-03-29)
libvlc-android-sample\build\android-profile\profile-2019-03-29-15-55-28-978.rawproto (1546, 2019-03-29)
libvlc-android-sample\build\android-profile\profile-2019-03-29-15-55-45-166.rawproto (1540, 2019-03-29)
libvlc-android-sample\build\android-profile\profile-2019-03-29-15-57-00-264.rawproto (1540, 2019-03-29)
libvlc-android-sample\build.gradle (1013, 2019-03-29)
libvlc-android-sample\build.xml (3924, 2015-09-02)
libvlc-android-sample\gradle\wrapper\gradle-wrapper.jar (49896, 2015-09-02)
libvlc-android-sample\gradle\wrapper\gradle-wrapper.properties (236, 2019-03-29)
libvlc-android-sample\gradlew (5080, 2015-09-02)
libvlc-android-sample\gradlew.bat (2404, 2015-09-02)
libvlc-android-sample\icon.png (113481, 2015-09-02)
libvlc-android-sample\libs\android-support-v4.jar (556198, 2015-09-02)
libvlc-android-sample\libvlc-android-sample.iml (6399, 2019-03-29)
libvlc-android-sample\local.properties (437, 2018-11-25)
libvlc-android-sample\project.properties (563, 2015-09-02)
libvlc-android-sample\res\drawable-hdpi\ic_launcher.png (2640, 2015-09-02)
libvlc-android-sample\res\drawable-hdpi\ic_menu_refresh.png (2025, 2015-09-02)
libvlc-android-sample\res\drawable-ldpi\ic_menu_refresh.png (1278, 2015-09-02)
libvlc-android-sample\res\drawable-mdpi\ic_launcher.png (1877, 2015-09-02)
libvlc-android-sample\res\drawable-mdpi\ic_menu_refresh.png (1278, 2015-09-02)
libvlc-android-sample\res\drawable-xhdpi\ic_launcher.png (113481, 2015-09-02)
libvlc-android-sample\res\drawable-xhdpi\ic_menu_refresh.png (2857, 2015-09-02)
libvlc-android-sample\res\layout\activity_main.xml (2070, 2015-09-02)
libvlc-android-sample\res\layout\sample.xml (661, 2015-09-02)
libvlc-android-sample\res\menu\main.xml (443, 2015-09-02)
libvlc-android-sample\res\values\dimens.xml (213, 2015-09-02)
libvlc-android-sample\res\values\strings.xml (449, 2015-09-02)
libvlc-android-sample\res\values\styles.xml (680, 2015-09-02)
... ...

LibVLC on Android demo ====================== This is a sample application demonstrating the use of libVLC on Android. This repository contains only sample code, and the libVLC on Android sdk (the LibVLC AAR) must be built and placed into the root project folder. Getting started --------------- Requirements: * An up-to-date Linux distribution. * This is because VLC (and VLC for Android) uses autotools and make in order to be portable on so many diverse platforms. * [VirtualBox](http://www.virtualbox.org/) is always an option if Linux is not available natively on the computer. * Android NDK r10e * Android SDK * Android Studio * [Other software](https://wiki.videolan.org/AndroidCompile#Requirements) listed in the compile guide. 1. First build VLC for Android, by following [AndroidCompile](https://wiki.videolan.org/AndroidCompile). 2. Copy ```libvlc/build/outputs/aar/libvlc-3.0.0.aar``` to the same directory as this README and **rename** it to ```libvlc.aar```. 3. Either build in Android Studio, or from the command line with Gradle: ```./gradlew assembleDebug``` The APK build output can be found under ```build/outputs/apk/```. See ```build.gradle``` for build-related details. Debugging --------- Having problems making some media play? Use [**adb logcat**](http://developer.android.com/tools/help/logcat.html) to read the debug logs. This is analogous to Tools ’ Messages (verbosity 2) in desktop VLC. In addition, try different configurations of hardware acceleration, chroma, and deblocking. Android devices vary greatly in their capabilities.

近期下载者

相关文件


收藏者