View Single Post
  #6  
Old 01-19-2010, 10:32 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

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


example URL:
Code:
rtmpe://cp10740.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/real_world_3/mt_real_world_301_161167_S1_384x288_600.mp4
rtmpdump command:
Code:
rtmpdump -r "rtmpe://cp10740.edgefcs.net:1935/ondemand?ovpfv=1.1" -a "ondemand?ovpfv=1.1" -f "WIN 10,0,42,34" -W "http://media.mtvnservices.com/player/release/?v=4.2.0" -t "rtmpe://cp10740.edgefcs.net:1935/ondemand?ovpfv=1.1" -p "http://www.mtv.com/videos/real-world-san-francisco-ep-1-planes-trains-and-paddywagons/1607521/playlist.jhtml" -C Z: -y "mp4:mtvcomstor/_!/mtv.com/onair/real_world_3/mt_real_world_301_161167_S1_384x288_600.mp4" -o output.flv
Make sure you use rtmpdump 2.1c!

Last edited by nullacht : 01-19-2010 at 11:17 AM.
Reply With Quote