View Single Post
  #13  
Old 03-21-2011, 02:10 PM
sam4037 sam4037 is offline
Howard FTW
 
Join Date: May 2010
Posts: 34
sam4037 is on a distinguished road
Thumbs up

Re: www.mtv.com: Software or web-site to download music videos from MTV.com


Quote:
Originally Posted by nullacht View Post
XML:

Code:
http://www.mtv.com/player/includes/mediaGen.jhtml?uri=mgid:uma:video:mtv.com:632626&vid=632626&ref=buzzworthy.mtv.com&viewUri=mgid:uma:video:mtv.com:632626
Code:
http://www.mtv.com/player/includes/mediaGen.jhtml?uri=mgid:uma:video:mtv.com:632628&vid=632628&ref=buzzworthy.mtv.com&viewUri=mgid:uma:video:mtv.com:632628
RTMPDump command lines:

Code:
rtmpdump -r "rtmpe://cp10740.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/buzzworthy_blog/mt_buzz_q_a_avril_part_1_230979_768x432_1700_m30.mp4" -W "http://media.mtvnservices.com/player/release/?v=4.13.0" -o mt_buzz_q_a_avril_part_1_230979_768x432_1700_m30.flv
Code:
rtmpdump -r "rtmpe://cp10740.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/buzzworthy_blog/mt_buzz_q_a_avril_part_2_230979_768x432_1700_m30.mp4" -W "http://media.mtvnservices.com/player/release/?v=4.13.0" -o mt_buzz_q_a_avril_part_2_230979_768x432_1700_m30.flv
Note: Only RTMPDump v2.1d works for me. RTMPDump v2.3 gives me an error message.



XML:

Code:
http://www.mtv.com/player/includes/mediaGen.jhtml?uri=mgid:uma:video:mtv.com:626442&vid=626442&ref=www.mtv.com&viewUri=mgid:uma:video:mtv.com:626442
RTMPDump command line:

Code:
rtmpdump -r "rtmpe://cp10740.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/buzzworthy_blog/mt_qanda_panic_05_229121_768x432_1700_m30.mp4" -W "http://media.mtvnservices.com/player/release/?v=4.13.0" -o mt_qanda_panic_05_229121_768x432_1700_m30.flv
Code:
RTMPDump v2.1d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
Starting download at: 0.000 kB
Metadata:
  duration              72.40
  moovPosition          32.00
  width                 768.00
  height                432.00
  videocodecid          avc1
  audiocodecid          mp4a
  avcprofile            77.00
  avclevel              30.00
  aacaot                2.00
  videoframerate        23.98
  audiosamplerate       22050.00
  audiochannels         2.00
trackinfo:
  length                1733000.00
  timescale             23976.00
  language              eng
sampledescription:
  sampletype            avc1
  length                1596416.00
  timescale             22050.00
  language              eng
sampledescription:
  sampletype            mp4a
14389.244 kB / 72.35 sec (99.9%)
Download complete
not that I need mtv video but seeing you really know how to tweak rtmpdump makes me admire you, where can I learn to be that good at it? is there a good blog or site that explains your steps in detail? so want to learn this stuff, thanks nullacht, you are my secret hero!!
Reply With Quote