Quote:
Originally Posted by biezom
in normal terminal not in administrator terminal
with user the name of your session
Code:
git clone git://git.ffmpeg.org/rtmpdump
Code:
wget -c https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
Code:
unzip rtmpdump-2.4.zip
Code:
rm -R *.exe *License.txt librtmp.dll
Code:
patch -p0 -i Patch.diff
enter your password to be root
Code:
make install prefix=/usr
|
Hello,
I have problem on Debian 8. After patching rtmpdump give me this error:
Code:
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
/home/rtmpdump/rtmpdump: symbol lookup error: /home/rtmpdump/rtmpdump: undefined symbol: AVcopy
Pls help me .