Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

can you rtmpdump this for me please

(http://stream-recorder.com/forum/showthread.php?t=18429)

sweeterpanda 06-17-2014 08:17 AM

can you rtmpdump this for me please


 
http://funkeysports.com/watch/beinsp...ve-stream.html

waiting for rtmpdump command thank you guys

sweeterpanda 06-17-2014 11:27 AM

Re: can you rtmpdump this for me please


 
any help plz ?

gajm 06-17-2014 11:58 AM

Re: can you rtmpdump this for me please


 
Code:

rtmpdump -r 'rtmp://37.220.32.43:443/liverepeater/41' -a 'liverepeater' -t 'rtmp://37.220.32.43:443/liverepeater' -y '41' -W 'http://static.surk.tv/atdedead.swf' -p 'http://filotv.pw/player3.php?id=41&width=640&height=460' -T '#atd%#$ZH' -v -o out.flv
Cheers

sweeterpanda 06-17-2014 12:46 PM

Re: can you rtmpdump this for me please


 
nope doesn't work :/

drbmn 06-17-2014 02:52 PM

Re: can you rtmpdump this for me please


 
Code:

rtmpdump -V -r "rtmp://37.220.32.43:443/liverepeater" -a "liverepeater" -y "41" -W "http://static.surk.tv/atdedead.swf" -p "http://filotv.pw/player3.php?id=41&width=640&height=460" -T "#atd%#$ZH" -o "out.flv"

P3T3 06-18-2014 03:12 AM

Re: can you rtmpdump this for me please


 
URLS probable changed and maybe token as they have change there bein system 3 times in last week so doing there best to stop bein being dumped ;)

summitsc 06-18-2014 06:20 AM

Re: can you rtmpdump this for me please


 
You can use something like this:
Code:

redirect=`rtmpdump -v -r "rtmp://31.220.0.193:1935/redirect" -y "41" -V -B 0.1 2>&1 | grep "redirect, STRING:" | grep -o 'rtmp[^>]*'`
rtmpdump -v -r "$redirect" -y "41" -W "http://static.surk.tv/atdedead.swf" -p "http://filotv.pw" -T '#atd%#$ZH' -C S:OK -q -o out.flv


P3T3 06-19-2014 03:25 AM

Re: can you rtmpdump this for me please


 
Quote:

Originally Posted by summitsc (Post 68465)
You can use something like this:
Code:

redirect=`rtmpdump -v -r "rtmp://31.220.0.193:1935/redirect" -y "41" -V -B 0.1 2>&1 | grep "redirect, STRING:" | grep -o 'rtmp[^>]*'`
rtmpdump -v -r "$redirect" -y "41" -W "http://static.surk.tv/atdedead.swf" -p "http://filotv.pw" -T '#atd%#$ZH' -C S:OK -q -o out.flv


This is a good idea but no good for my rtmpdump script I am using, maybe I could write a new script!
After some editing it works :)
BIG THANK YOU, funny thing is the swf atdedead and there other stream swf is jwplayer1fuckyouwanker.swf hahah ;)

max99lover 06-19-2014 04:12 PM

Re: can you rtmpdump this for me please


 
Quote:

Originally Posted by P3T3 (Post 68480)
This is a good idea but no good for my rtmpdump script I am using, maybe I could write a new script!
After some editing it works :)
BIG THANK YOU, funny thing is the swf atdedead and there other stream swf is jwplayer1fuckyouwanker.swf hahah ;)

Hello,

Can you tell me how this will work with simple dump script?

Thank You

P3T3 06-20-2014 10:28 AM

Re: can you rtmpdump this for me please


 
Quote:

Originally Posted by max99lover (Post 68489)
Hello,

Can you tell me how this will work with simple dump script?

Thank You

You have to add parameters and file location to script like bin curl etc, make in to a script.sh then output...


All times are GMT -6. The time now is 08:29 AM.