https://github.com/vishalkumarsinghvi/multiplevlc
Android VLC player with multiple instance POC - DO NOT USE - libvlc supports this natively now
https://github.com/vishalkumarsinghvi/multiplevlc
libvlc modifyvlc multiplevlc rtsp sdp stream streaming-video video vlc vlc-media-player vlcpla
Last synced: 18 days ago
JSON representation
Android VLC player with multiple instance POC - DO NOT USE - libvlc supports this natively now
- Host: GitHub
- URL: https://github.com/vishalkumarsinghvi/multiplevlc
- Owner: vishalkumarsinghvi
- Created: 2019-05-10T07:32:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T08:02:36.000Z (about 7 years ago)
- Last Synced: 2023-11-01T12:38:11.134Z (over 2 years ago)
- Topics: libvlc, modifyvlc, multiplevlc, rtsp, sdp, stream, streaming-video, video, vlc, vlc-media-player, vlcpla
- Language: Java
- Homepage:
- Size: 36.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LibVLC on Android demo with multiple instances
This is a sample application demonstrating the use of libVLC on Android.
This repository contains only sample code, and the libVLC on Android sdk (vlc-sdk.7z) must be built and placed into the target application's source code directory.
Getting started
Requirements:
Generate sdk files of patched VLC You can find the repo here: https://github.com/coderReview/Android-VLC-Patches
Now, just copy them into the app and run it
Debugging
Having problems making some media play?
Use adb logcat 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.