Quote:
Originally Posted by jeff.kerby
I have no idea how to patch, I am running on Debian Jessie.
|
Code:
su
cd /root
apt-get update
sudo apt-get install build-essential gcc make subversion git zlib1g zlib1g-dev zlibc libssl-dev binutils
git clone git://git.ffmpeg.org/rtmpdump
cd rtmpdump
wget https://github.com/downloads/K-S-V/Scripts/rtmpdump-2.4.zip
unzip -p rtmpdump-2.4.zip Patch.diff >Patch.diff
patch -p0 -i Patch.diff
make
sudo make install prefix=/usr
cp librtmp/librtmp.so.1 /usr/lib
cp librtmp/librtmp.so.1 /usr/lib64
cp librtmp/librtmp.so.1 /lib
You'll probably want to uninstall RTMPDump before doing that.
If that doesn't work, and you are using a Raspberry Pi, I can PM you instructions for setting it up on a fresh installation of Raspbian Wheezy, but that's the best I can do.