This issue was fixed.
When to build latest vlc-android for MIPS need to changed gmp-4.2.1.tar.bz2 to gmp-5.0.2.tar.bz2
So,need to modify :
android\vlc\contrib\src\gmp\rules.mak
and
android\vlc\contrib\src\gmp\SHA512SUMS
oh..Nobody knows.
why?Most notably we have severe pthread instability with vlc-android on MIPS.
So,next version will fixed this issue ?OK.
This is for https and gnutls
Code: Select all
android\vlc\contrib\src\gmp\rules.mak
Code: Select all
android\vlc\contrib\src\gmp\SHA512SUMS
I'm not sure to fixed this problem,but one thing i want to know,why the latest version vld-android need to build gmp this directory ? The old version is not to use it.Maybe not, indeed... PAtches are welcome.
How to disable asm in gmp ?Disabling asm in gmp maybe.
Dear Jean-Baptiste Kempf :skip ragel, by doing "touch .ragel" in extras/tools/
Code: Select all
sh compile.sh
Code: Select all
touch .ragel
Code: Select all
touch .yasm
Code: Select all
sh compile.sh
Yes,I build the Old versions VLC-Android is OK,but the latest versions will error.You're compiling for MIPS?
Dear edwardw :Works for me on Linux. What is the output of theandCode: Select all
nproc
commands in the terminal?Code: Select all
sysctl
Thanks ,i will tryThis bug was apparently fixed 6 weeks ago in http://trac.videolan.org/vlc/ticket/7269
the log only this,what can i do next ?Yes, but that is meaningless without further information.
key word:I don't really see anything useful in the log...
Dear jerryYoung :yes,it has this problem when network is very bad.
My expectation is vlc exit normally, not get stuck and exception when press back key.
Thank you.
i merge it before,and in the android\vlc\modules\stream_out\record.cYou can't just copy the libvlc stub without also applying the core callback. Just take the patch from http://patches.videolan.org/patch/606/ and apply it.
Code: Select all
set_callbacks( Open, Close )
is my mistake,i forget to define LibVLCYou use libvlcjni without Libvlc.java?
Thanks,i use the old version is OKIn fact, to make things easy, you can even find a ready-to-use patch here: viewtopic.php?f=35&t=108955#p369233