Quote:
Originally Posted by hoboslobobabe
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