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

Rtmpsuck a stream

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

genome 05-29-2014 10:21 PM

Rtmpsuck a stream


 
Hello all,

I've sniffed several rtmp streams without problems, but this one specifically has been giving me loads of trouble.

Here it is:
Code:

http://myembed.ch/abc_hd.php
I've tried using rtmpsuck with rtmpexplorer, but am not able to generate any rtmp links. Any tips with this?

Thanks in advance,
genome

peterpan 05-29-2014 10:57 PM

Re: Rtmpsuck a stream


 
Here you go... Check your inbox for secureToken :)

Code:

rtmpdump -r "rtmp://95.141.43.53:1735/redirect" -a "redirect" -f "WIN 13,0,0,214" -W "http://www.hdmytv.com/jwplayer5/addplayer/jwplayer.flash.swf" -p "http://www.hdcastream.com/embedHD.php" -y  "abc_t51bjk" -o "abc.flv" -T "xxxxxxxxx"

genome 05-29-2014 11:19 PM

Re: Rtmpsuck a stream


 
Quote:

Originally Posted by peterpan (Post 67957)
Here you go... Check your inbox for secureToken :)

Code:

rtmpdump -r "rtmp://95.141.43.53:1735/redirect" -a "redirect" -f "WIN 13,0,0,214" -W "http://www.hdmytv.com/jwplayer5/addplayer/jwplayer.flash.swf" -p "http://www.hdcastream.com/embedHD.php" -y  "abc_t51bjk" -o "abc.flv" -T "xxxxxxxxx"

Thanks much! I will check it out. May I ask how did you figure it out? rtmpsuck for me gives nothing. I've tried using rtmpdumphelper with rtmpsuck and rtmpexplorer with rtmpsuck with no avail.

peterpan 05-29-2014 11:42 PM

Re: Rtmpsuck a stream


 
rtmpdump gives you this...

Code:

rtmpdump -r "rtmp://95.141.43.53:1735/redirect" -a "redirect" -f "WIN 13,0,0,214" -W "http://www.hdmytv.com/jwplayer5/addplayer/jwplayer.flash.swf" -p "http://www.hdcastream.com/embedHD.php?c=101684&width=600&height=450&autostart=true&tk1=1iaFXEyHzNlVzqJNMUiSNHV6GI98kIgLCj4aN%2B0CXS8%3D&tk2=IvmT0lcnE9PAZ6EKWHQ0t6JTcNwJdTozLTbUTlkFcbY%3D&tk3=fAhIg%2BYl77TUeGR8isp5M80FXimZLedcgx7Ow5eapcg%3D" -y "abc_t51bjk" -o "2014-05-29_10-29-53_abc_t51bjk.flv"
which also works (w/token), but it's the long version ;)

Try updating your rtmpdump...I think RP has compiled a new one a couple of weeks ago...look for it and see if that helps...

Good Luck!

genome 05-30-2014 02:51 PM

Re: Rtmpsuck a stream


 
Thanks again, peterpan. I tried the link including the token you sent me by PM, but rtmpdump just gives me an error when I attempted connect to the stream. It connects and then gives an error. I also put the stream in my dreambox, but it crashes... whereas, others work. Not sure what I'm doing wrong.

Here's what it exactly says:

Code:

Connecting...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close


mckv 05-30-2014 11:43 PM

Re: Rtmpsuck a stream


 
thats stream is not working, all it does is ghostclick ads

peterpan 05-31-2014 12:10 AM

Re: Rtmpsuck a stream


 
Stream & Link are still working fine!


nullacht 05-31-2014 09:55 AM

Re: Rtmpsuck a stream


 
Code:

RTMP Proxy Server v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app: redirect
flashVer: WIN 13,0,0,182
swfUrl: http://www.hdmytv.com/jwplayer5/addplayer/jwplayer.flash.swf
tcUrl: rtmp://95.141.43.53:1735/redirect
pageUrl: http://www.hdcastream.com/embedHD.php?c=101684&width=600&height=450&aut
ostart=true&tk1=0AC6mQjzm8JhTQR06u%2BYoRrep%2FlmTrwCrZLXFG2z%2FkQ%3D&tk2=hhhThza
yapJBZOPC%2FQjoU2LmJESL1%2FWbjtRFYcMFLeE%3D&tk3=e6NPz6ArYi5JdYawEAbUpbAbrm9TetH6
Y7EvwYT8LWg%3D
ERROR: WriteN, RTMP send error 10038 (16 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

Processing connect
app: vod
flashVer: WIN 13,0,0,182
swfUrl: http://www.hdmytv.com/jwplayer5/addplayer/jwplayer.flash.swf
tcUrl: rtmpe://185.39.11.18:1735/vod
pageUrl: http://www.hdcastream.com/embedHD.php?c=101684&width=600&height=450&aut
ostart=true&tk1=0AC6mQjzm8JhTQR06u%2BYoRrep%2FlmTrwCrZLXFG2z%2FkQ%3D&tk2=hhhThza
yapJBZOPC%2FQjoU2LmJESL1%2FWbjtRFYcMFLeE%3D&tk3=e6NPz6ArYi5JdYawEAbUpbAbrm9TetH6
Y7EvwYT8LWg%3D
WARNING: Trying different position for server digest!
Playpath: abc_t51bjk
Saving as: abc_t51bjk

PORT: 1735

Quote from NirSofts website [Link]:

Quote:

Added option to capture other TCP ports instead of the default port of RTMP protocol (port number 1935). You can specify up to 16 different TCP port numbers. This option is available in the 'RTMPDump Options' window.
Activate this option!

genome 05-31-2014 10:08 AM

Re: Rtmpsuck a stream


 
Quote:

Originally Posted by nullacht (Post 68020)
Code:

RTMP Proxy Server v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app: redirect
flashVer: WIN 13,0,0,182
swfUrl: http://www.hdmytv.com/jwplayer5/addplayer/jwplayer.flash.swf
tcUrl: rtmp://95.141.43.53:1735/redirect
pageUrl: http://www.hdcastream.com/embedHD.php?c=101684&width=600&height=450&aut
ostart=true&tk1=0AC6mQjzm8JhTQR06u%2BYoRrep%2FlmTrwCrZLXFG2z%2FkQ%3D&tk2=hhhThza
yapJBZOPC%2FQjoU2LmJESL1%2FWbjtRFYcMFLeE%3D&tk3=e6NPz6ArYi5JdYawEAbUpbAbrm9TetH6
Y7EvwYT8LWg%3D
ERROR: WriteN, RTMP send error 10038 (16 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

Processing connect
app: vod
flashVer: WIN 13,0,0,182
swfUrl: http://www.hdmytv.com/jwplayer5/addplayer/jwplayer.flash.swf
tcUrl: rtmpe://185.39.11.18:1735/vod
pageUrl: http://www.hdcastream.com/embedHD.php?c=101684&width=600&height=450&aut
ostart=true&tk1=0AC6mQjzm8JhTQR06u%2BYoRrep%2FlmTrwCrZLXFG2z%2FkQ%3D&tk2=hhhThza
yapJBZOPC%2FQjoU2LmJESL1%2FWbjtRFYcMFLeE%3D&tk3=e6NPz6ArYi5JdYawEAbUpbAbrm9TetH6
Y7EvwYT8LWg%3D
WARNING: Trying different position for server digest!
Playpath: abc_t51bjk
Saving as: abc_t51bjk

PORT: 1735

Quote from NirSofts website [Link]:



Activate this option!


Thank you so much!!! I got it to work. Here is the rtmpe link I generated and this works:

Code:

rtmpdump -r "rtmpe://185.39.11.82:1735/vod" -a "vod" -f "WIN 11,3,300,257" -s "http://www.hdmytv.com/jwplayer5/addplayer/jwplayer.flash.swf" -p "http://www.hdcastream.com/embedHD.php?" -y "abc_t51bjk" -o "abc_t51bjk.flv"
Token sent by peterpan works. Thanks again guys :D :D :D .

raisam 09-06-2014 01:54 PM

Re: Rtmpsuck a stream


 
Hi frinds i am very new to this fourm and i need your help i try everything but not success please give the working link for below stream it will very thankfull for me



All times are GMT -6. The time now is 08:36 PM.