Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
struggling to compile K-S-V on rtmpdumpHello,
I'm totally new to this type of stuff ( compile a Patch ) And i don't know much. But I've tried couple of times to do it and failed. Tried it on Ubuntu 12 / 14 / 15 and Debian 7,8 But without a success. Can anybody help me in details which operating system is better for "rtmpdump" to compile with K-S-V Patch ? And how to install "rtmpdump" on it step by step and compile K-S-V on it so i can use it ? Thank you. |
#2
|
|||
|
|||
Re: struggling to compile K-S-V on rtmpdumpQuote:
Install some packages... Code:
sudo apt-get update; \ sudo apt-get install build-essential checkinstall git libssl-dev Download the rtmpdump folder source... Code:
git clone --depth 1 git://repo.or.cz/rtmpdump.git Then apply the patch... Code:
cd rtmpdump; patch -p0 -i Patch.diff Code:
make VERSION="v2.4\ KSV-2015-12-14" Code:
sudo checkinstall --pkgname rtmpdump \ --pkgversion "2.4+git$(date +%Y%m%d)" \ --backup=no --fstrans=no --default; sudo ldconfig Code:
~$ 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 |
#3
|
|||
|
|||
Re: struggling to compile K-S-V on rtmpdumpThank you so much Bat! That was clear and perfect
I think i did it alright.. But now when i try to download that stream #StreamLink Code:
rtmpdump -r "rtmp://89.248.162.150/cast4u" -a "cast4u" -f "WIN 24,0,0,221" -W "http://www.cast4u.tv/static/scripts/fplayer.swf" -p "http://www.cast4u.tv/embedplayer/btsp1/1/630/450" -C S:OK --live -y "btsp1?id=29&pk=5f49e701a5db1a011796e9fc9950f97bcfbc1d893d20fb6c93bd7737231bb94a" -o "2017-02-20_05-00-07_btsp1.flv" While the dude who gave me the code, HERE uses also the same version worked for him ? Any idea ? |
#4
|
|||
|
|||
Re: struggling to compile K-S-V on rtmpdumpI think this part of your command is a token that times out, probably not valid now "btsp1?id=29&pk=5f49e701a5db1a011796e9fc9950f97bcf bc1d893d20fb6c93bd7737231bb94a" Ask him again. |
#5
|
|||
|
|||
Re: struggling to compile K-S-V on rtmpdumpYes, the link still works. This link with RTMPDumpHelper. The transmission also works in Internet Download Manager and Replay Media Catcher, but do not know which of them can be adapted to Ubuntu.
|
#6
|
|||
|
|||
Re: struggling to compile K-S-V on rtmpdump |
#7
|
|||
|
|||
Re: struggling to compile K-S-V on rtmpdump@Confused.com
How do i use RTMPSRV with rtmpdump to download the stream? |
#8
|
|||
|
|||
Re: struggling to compile K-S-V on rtmpdump |
#9
|
|||
|
|||
Re: struggling to compile K-S-V on rtmpdumpI think i know where the problem
when i try to do this step Code:
sudo checkinstall --pkgname rtmpdump \ --pkgversion "2.4+git$(date +%Y%m%d)" \ --backup=no --fstrans=no --default; sudo ldconfig how to fix it? |
#10
|
|||
|
|||
Re: struggling to compile K-S-V on rtmpdumpbat999'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$ 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 |
Tags: compile, k s v, rtmpdump, stream |
Thread Tools | |
Display Modes | |
|
|