Page 1 of 1

demux.c will be reload when compile

Posted: 27 Apr 2017 05:33
by rraayy1111
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 after send command "./compile.sh release" Is there have any way to reduce the latency and reduce the streaming format detecting time or latency ?

Re: demux.c will be reload when compile

Posted: 27 Apr 2017 08:34
by rraayy1111
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
-----