View Single Post
  #2  
Old 01-18-2010, 07:00 AM
noob2001204 noob2001204 is offline
Senior Member
 
Join Date: Dec 2007
Posts: 213
noob2001204 has a spectacular aura aboutnoob2001204 has a spectacular aura about
Default

Re: Big Probs downloading RTMPE video streams from MTV.com, using rmtpdump


Quote:
Originally Posted by hoboslobobabe View Post
Code:
"e:\rtmpdump-2.1c-windows\rtmpdump-2.1c-windows\rtmpdump.exe"
-r "rtmpe://cp10740.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/real_world_3/mt_real_world_301_161167_S2_640x480_1600.mp4" 
--swfurl http://media.mtvnservices.com/global/apps/player 
-o "e:\temp\video"
but it gives me the message
The command should be

Code:
rtmpdump 
-r rtmpe://cp10740.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/real_world_3/mt_real_world_301_161167_S2_640x480_1600.mp4 
-W "http://media.mtvnservices.com/player/release/?v=4.2.0" 
-o video.mp4
The difference is that you provide the wrong swfurl and --swfurl doesn't calculate the swfsize and swfhash automatically,the new option -W can replace those steps
Reply With Quote