Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 01-27-2015, 03:06 PM
Mabs Mabs is offline
Junior Member
 
Join Date: Dec 2014
Posts: 3
Mabs is on a distinguished road
Default

Re: how to install customized rtmpdump binaries !! PLEASE HELP


That is a very precious help biezom. Thanks.

Can you help with cross-compiling to other platforms?
What is needed to make an Android build or an iOS build?
I read it has something to do with a ... standalone-toolchain?

And is it necessary to change anything in the files or scripts?

If you can give the same step-by-step like you did on the Linux build, it would be awesome.

Thanks.
Reply With Quote
  #12  
Old 01-27-2015, 04:14 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: how to install customized rtmpdump binaries !! PLEASE HELP


Quote:
Originally Posted by Mabs View Post
That is a very precious help biezom. Thanks.

Can you help with cross-compiling to other platforms?
What is needed to make an Android build or an iOS build?
I read it has something to do with a ... standalone-toolchain?

And is it necessary to change anything in the files or scripts?

If you can give the same step-by-step like you did on the Linux build, it would be awesome.

Thanks.
sorry i tried to crros-compile Android but without succes
Reply With Quote
  #13  
Old 01-27-2015, 04:20 PM
Saleh Amran Saleh Amran is offline
Junior Member
 
Join Date: Jan 2015
Location: Kuwait
Posts: 10
Saleh Amran is on a distinguished road
Default

Re: how to install customized rtmpdump binaries !! PLEASE HELP


Ur genious man. thanks a lot
but one last thing can i get the rtmpdump to work on
http://cricfree.sx/euro-sports-live-stream
what it's token ?
i don't know how to get a token.
Reply With Quote
  #14  
Old 01-27-2015, 04:28 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: how to install customized rtmpdump binaries !! PLEASE HELP


Quote:
Originally Posted by Saleh Amran View Post
Ur genious man. thanks a lot
but one last thing can i get the rtmpdump to work on
http://cricfree.sx/euro-sports-live-stream
what it's token ?
i don't know how to get a token.
yes token
Code:
rtmpdump -r "rtmp://31.220.0.206/redirect" -a "redirect" -f "WIN 16,0,0,235" -W "http://flashtv.co/ePlayerr.swf" -p "http://flashtv.co/embedu.php?live=eur1x&vw=620&vh=490" -y "eur1x" -o "eur1x.flv" -T "%ZZri(nKa@#Z"
Reply With Quote
  #15  
Old 01-27-2015, 04:37 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: how to install customized rtmpdump binaries !! PLEASE HELP


to find token i use gdb like this
http://stream-recorder.com/forum/sho...24&postcount=6

just me i don't use Okteta but ghex

Code:
apt-get install ghex
and ghex i search secureTokenResponse
Reply With Quote
  #16  
Old 10-21-2016, 11:38 AM
sargonax sargonax is offline
Junior Member
 
Join Date: Sep 2014
Posts: 8
sargonax is on a distinguished road
Default

Re: how to install customized rtmpdump binaries !! PLEASE HELP


Quote:
Originally Posted by biezom View Post
in normal terminal not in administrator terminal
Code:
cd /home/user/
with user the name of your session
Code:
git clone git://git.ffmpeg.org/rtmpdump
Code:
cd 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
Code:
make
Code:
su
enter your password to be root
Code:
make install prefix=/usr
Code:
exit
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 .
Reply With Quote
  #17  
Old 07-01-2018, 10:32 AM
dariusii dariusii is offline
Junior Member
 
Join Date: Jun 2018
Posts: 8
dariusii is on a distinguished road
Default

Re: how to install customized rtmpdump binaries !! PLEASE HELP


Quote:
Originally Posted by biezom View Post
in normal terminal not in administrator terminal
Code:
cd /home/user/
with user the name of your session
Code:
git clone git://git.ffmpeg.org/rtmpdump
Code:
cd 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
Code:
make
Code:
su
enter your password to be root
Code:
make install prefix=/usr
Code:
exit
where is ./configure file?

..
make
Code:
1 warning generated.
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_OPENSSL  -O2 -fPIC   -c -o hashswf.o hashswf.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_OPENSSL  -O2 -fPIC   -c -o parseurl.o parseurl.c
ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o
ar: creating archive librtmp.a
gcc -shared -Wl,-soname,librtmp.so.1  -o librtmp.so.1 rtmp.o log.o amf.o hashswf.o parseurl.o  -lssl -lcrypto -lz -lm
ld: unknown option: -soname
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [librtmp.so.1] Error 1
make: *** [librtmp/librtmp.a] Error 2
Reply With Quote
Reply Post New Thread
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:04 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons