vlc-android-sdk
vlc-android-sdk copied to clipboard
VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
如何全屏播放视频,现在视频显示缩小播放
can you add snapshoot function?
I am playing video urls in view pager when I scroll to next page then the library got freeze my UI or there is logs, Please give me a solution...
Unable to use on android N(API level 25).
Hi! Nearly, I want to use android phone as a server that can stream out. But I tried many times and not succeed. Does vlc-android support the function of Streaming...
Hello, I am testing some ONVIF devices with rtsp urls which are like rtsp://[username]:[password]@192.168.x.x:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif, but they can't work. I'd like to know how to put header which contains username and...
I'm getting a UnsatisfiedLinkError: > java.lang.UnsatisfiedLinkError: No implementation found for void org.videolan.libvlc.Media.nativeNewFromPath(org.videolan.libvlc.LibVLC, java.lang.String) (tried Java_org_videolan_libvlc_Media_nativeNewFromPath and Java_org_videolan_libvlc_Media_nativeNewFromPath__Lorg_videolan_libvlc_LibVLC_2Ljava_lang_String_2) > at org.videolan.libvlc.Media.nativeNewFromPath(Native Method) Here's what I did: So I included the dependency...
Hi guys, with VLC on the desktop (Windows, Mac) one can record to a file and then play the same file as it's being recorded. Right now I am forced...
hello Any one can share howto use this sdk for simple player, add media to media list, and play media by index TIA
Hi, I have trouble compiling libvlc with this script in Ubuntu16.10. It builds fine for other architecture, but when it reach the `compileVlcMips` it failed with error. My steps followed...