Last active
February 9, 2017 01:40
-
-
Save varunchopra/507fd77b50cbb27dd78711ab4ebe431c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
PATH=/bin:/usr/bin:/sbin:/usr/sbin | |
apt-get -y install build-essential gcc make git libssl-dev | |
git clone https://github.com/chopraaa/rtmpdump-ksv.git | |
cd rtmpdump-ksv | |
patch -p0 -i Patch.diff | |
make | |
make install prefix=/usr | |
cp librtmp/librtmp.so.1 /usr/lib/x86_64-linux-gnu/librtmp.so.1 | |
cd ../ && rm -rf rtmpdump-ksv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment