it seems there are some problem when i play the rtp over tcp stream.
here is the url rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov
when the android-vlc is behind a NAT ,the packets from 184.72.239.149 are over tcp,but android-vlc crashed when i try to play the second time.
thank you!
i follow this page (http://wiki.videolan.org/AndroidCompile)to compile the project,but i didn`t find any solution for my problem,i really don`t know what should i do.
did you test this project on armv6? if so can you give me some advice?
my ndk is r7b.
thank you.
hello everyone.I have compiled source code(git clone git://git.videolan.org/vlc/vlc-android.git) on linux.it works fine on android 2.1+(CPU ARMv7),But one of my device is android 2.2 (CPU ARMv6),when i run it on this device,there is some proplems: 06-01 17:50:03.277: V/VLC/LibVLC(10895): Initializin...
You should debug it. Seriously, how can you expect people to answer to such vague questions? i debuged it ,when the project run,it get an Instance of LibVLC in public ThumbnailerManager(VideoListActivity videoListActivity); mLibVlc = LibVLC.getInstance(); here is getInstance() in LibVLC.java public...
hello everyone.
i run the project on android 2.1,libvlcjni.so is loaded,but when it comes to nativeInit();,the project crashed.
what should i do ,can anybody help me here?
thanks.
worksforme hello,Jean-Baptiste Kempf. what the version of the ndk to compile the libvlcjni.so that can work on android 2.1? order to work on android 2.1 i change the file android/configure.h : ANDROID_API=android-9 to ANDROID_API=android-5, compiled again configure:error:cannot find OpenSLES header...
armeabi-v7a?armeabi?android 2.1 support armeabi-v7a?
i change armeabi-v7a to armeabi ,the apk can be installed ,but can`t load the libvlcjni.so.
any suggestion?
thanks a lot.
hello,everyone. i try to compile the android-vlc on android2.1,no errors,but when i run this project on emulator: Installation failed due to invalid APK file! 。 check th logout: 05-24 13:34:58.895: E/PackageManager(66): Package org.videolan.vlc has mismatched uid: 10028 on disk, 10034 in settings i ...
hello,everybody.I have checked out vlc andorid source code(git clone git://git.videolan.org/vlc/vlc-android.git) and compiled on ubuntu without any modification,but when i open a rtsp url there is only audio without video? how can i solve this problem? I'd appreciate it if anybody here can help me,t...