View Single Post
  #10  
Old 03-29-2017, 05:37 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: struggling to compile K-S-V on rtmpdump


bat999's rtmpdump installation guide is the best one I found on this forum.

This thread deserves to be on top of rtmpdump forum these days.

I followed these steps to install rtmpdump. It should be self explanatory.

Code:
j@j:~$ sudo apt-get update 
j@j:~$ sudo apt-get install build-essential checkinstall git libssl-dev
j@j:~$ git clone --depth 1 git://repo.or.cz/rtmpdump.git
j@j:~$ cd rtmpdump
j@j:~/rtmpdump$ wget -c https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
j@j:~/rtmpdump$ unzip rtmpdump-2.4.zip
j@j:~/rtmpdump$ rm -R *.exe *License.txt librtmp.dll
j@j:~/rtmpdump$ patch -p0 -i Patch.diff
j@j:~/rtmpdump$ make VERSION="v2.4\ KSV-2015-12-14"
j@j:~/rtmpdump$ sudo checkinstall --pkgname rtmpdump --pkgversion "2.4+git$(date +%Y%m%d)" --backup=no --fstrans=no --default 
j@j:~/rtmpdump$ sudo ldconfig
j@j:~/rtmpdump$ rtmpdump
RTMPDump v2.4 KSV-2015-12-14
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playpath") containing a hostname
j@j:~/rtmpdump$
Linux distro:

ubuntu-16.04.2-desktop-amd64.iso

http://zdnet1.cbsistatic.com/hub/i/r...xdedesktop.png

for those who like the image:

sudo apt-get install lubuntu-desktop

LXDE desktop
Reply With Quote