Search found 9 matches

Go to advanced search

by upgrade_007
03 Nov 2011 04:01
Forum: VLC media player for Linux and friends Troubleshooting
Topic: who can play h.264 video with vlc on android
Replies: 6
Views: 3651

Re: who can play h.264 video with vlc on android

thanks typx. i use vlc save the file from ts stream,use string[] argv = new string[] { "--sout=#duplicate{dst=display,dst=std{access=file,mux=ts,dst=a15.mpg}}" }; i can't play a15.mpg with vlc that i compiled for android , i can paly it on pc. next is a15.mpg codec infomation. stream 0: ty...
by upgrade_007
31 Oct 2011 09:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: who can play h.264 video with vlc on android
Replies: 6
Views: 3651

who can play h.264 video with vlc on android

i want to play h.264 video on android ,so i compile vlc on ubuntu. i had add x.264 package into vlc ,why it doesn't work. this is my android.mk ,can erverybody help me ,thanks. LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := libvlcjni LOCAL_SRC_FILES := libvlcjni.c aout.c thumbnai...
by upgrade_007
20 Oct 2011 02:56
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile VLC for Android with x264 package,help
Replies: 2
Views: 1943

Re: Compile VLC for Android with x264 package,help

does anybody know the error mean?
and why my vlc can't play h.264 codec,is it because i didn't compile x.264 package?

thank you for you help
by upgrade_007
18 Oct 2011 04:00
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile VLC for Android with x264 package,help
Replies: 2
Views: 1943

Compile VLC for Android with x264 package,help

i want to use vlc to play h.264 video, so i edit the distro.mak file adding .x264 package when i compile it then an error appear Resolving deltas: 100% (11926/11926), done. (cd x264; CC="arm-linux-androideabi-gcc --sysroot=/home/wjh/android/android-ndk-r5b/platforms/android-9/arch-arm" CXX...
by upgrade_007
05 Oct 2011 04:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile VLC for Android on Ubuntu error,help
Replies: 7
Views: 3434

Re: Compile VLC for Android on Ubuntu error,help

THANK YOU EVERYBODY.
I HAVE BUILDED IT SUCCESSFULL
by upgrade_007
28 Sep 2011 07:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile VLC for Android on Ubuntu error,help
Replies: 7
Views: 3434

Re: Compile VLC for Android on Ubuntu error,help

Thank you very much! I just do the next step " make " then have another error wjh@ubuntu:~/android/vlc-android/extras/contrib$ make make -C build-src tools make[1]: Entering directory `/home/wjh/android/vlc-android/extras/contrib/build-src' make[1]: Nothing to be done for `tools'. make[1]:...
by upgrade_007
27 Sep 2011 07:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile VLC for Android on Ubuntu error,help
Replies: 7
Views: 3434

Compile VLC for Android on Ubuntu error,help

my os is ubuntu,ndk is android-ndk-r5b, android-sdk is 2.3 this is my build step: 1.cd ~/code 2.git clone git://git.videolan.org/vlc/vlc-android.git 3.cd vlc-android/extras/contrib/ 4.export ANDROID_NDK=/usr/local/android-ndk-r5b 5../bootstrap -t arm-eabi -d android when i do the 5 step , there's a ...

Go to advanced search