PDA

View Full Version : can you rtmpdump this for me please


sweeterpanda
06-17-2014, 08:17 AM
http://funkeysports.com/watch/beinsports-1-live-stream.html

waiting for rtmpdump command thank you guys

sweeterpanda
06-17-2014, 11:27 AM
any help plz ?

gajm
06-17-2014, 11:58 AM
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
nope doesn't work :/

drbmn
06-17-2014, 02:52 PM
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
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
You can use something like this:
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
You can use something like this:
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
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
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...