View Single Post
  #1  
Old 08-03-2014, 07:55 AM
rvindell82 rvindell82 is offline
Junior Member
 
Join Date: Aug 2014
Posts: 16
rvindell82 is on a distinguished road
Default

trying to learn how to use this tool


i've tried to rip this rmtp stream:
rtmp://fcs5-1.streamate.com/vod/extss/mp4:2014-01-04/show_3364524470_1388826562133_external

i've used urlsnooper to get it.

i'm trying to rip it using :

rtmpdump.exe -r "rtmp://fcs5-1.streamate.com/vod/extss/mp4:2014-01-04/show_3364524470_1388826562133_external" -o "c:\video.flv"

But i get:

ERROR: RTMP_ReadPacket, failed to read RTMP packet header
0.000 kB / 0.00 sec
INFO: Connection timed out, trying to resume.

I'm guessing there's more to this then just that?

Can someone help me figure this out, do i need to specify the player url in order to spoof the stream thinking that it's playing to the player or something?

EDIT:

Upon using a newer version of rtmpdump i get error message : ERROR: Closing connection: NetStream.Play.StreamNotFound instead

EDIT2:

Upon further understanding i'm using command :

C:\dump> rtmpdump.exe -r "rtmp://fcs137-1.streamate.com/vod/extss/mp4:2014-01-04
/show_3364524470_1388826562133_external" -w "http://static.gfx.cammodels.com/ski
n/sm/flash/player.swf" -o c:\video.flv

Which results in :

Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound

Not sure if that gets me any closer or not
Reply With Quote