ok.... I see the problem..
when I use "release", it will reset the code..Orz
-----
if [ "$RELEASE" = 1 ]; then
git reset --hard ${TESTED_HASH}
fi
-----
Hi all, In the vlc 2.0.6 I can modify the vlc/modules/demux/avformat/demux.c and add the probe size to reduce the latency and loading time. My streaming is h264/aac using rtmp. But now the vlc 2.1.5~2.1.6 seems the files in vlc/module cannot be editable? The files will be replace to the original aft...
1. I fetch the code from github(https://wiki.videolan.org/AndroidCompile) and rebuild the code using "compile.sh release" 2. I can success the compile and get the libvlc-3.0.0-2.1.0.aar from libvlc/outputs/aar 3. I import the aar file in my Android app, but the rtmp streaming cannot play. ...
still have problem using fdb66fbfbbc2fe44596a9b0fcd1f75fd91e58c6a [armeabi-v7a] SharedLibrary : libvlc.so ../../modules/arm_neon/volume.c:49: error: undefined reference to 'vlc_CPU' ../../modules/audio_filter/channel_mixer/simple_neon.h:54: error: undefined reference to 'vlc_CPU' ../../modules/audio...