View Single Post
  #2  
Old 11-28-2011, 01:55 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: mtv.tv: please me help downloading a stream from it


Quote:
Originally Posted by darkblue View Post
It was better if you said where you live!! I tried many countries proxies!! Latvia worked finally!!

XML:
Code:
http://intl.esperanto.mtvi.com/www/xml/media/mediaGen.jhtml?uri=mgid:uma:video:mtv.tv:625068&hcxId=mgid:hcx:content:mtv.tv:0abaddae-8bf3-4305-bdac-fb81317a0000
Code:
<package version="1.4">
<video>
<item>
<rendition cdn="akamai" duration="443" width="448" height="336" type="video/x-flv" bitrate="650">
<src>
rtmpe://cp5290.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/disaster_date/mt_disasterdate_ep305_seg1_rt202798_448x336_650.flv
</src>
</rendition>
<rendition cdn="akamai" duration="443" width="256" height="192" type="video/mp4" bitrate="300">
<src>
rtmpe://cp5290.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/disaster_date/mt_disasterdate_ep305_seg1_rt202798_256x192_300.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="443" width="384" height="288" type="video/mp4" bitrate="450">
<src>
rtmpe://cp5290.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/disaster_date/mt_disasterdate_ep305_seg1_rt202798_384x288_450.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="443" width="480" height="360" type="video/mp4" bitrate="650">
<src>
rtmpe://cp5290.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/disaster_date/mt_disasterdate_ep305_seg1_rt202798_480x360_650.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="443" width="480" height="360" type="video/mp4" bitrate="900">
<src>
rtmpe://cp5290.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/disaster_date/mt_disasterdate_ep305_seg1_rt202798_480x360_900.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="443" width="576" height="432" type="video/mp4" bitrate="1200">
<src>
rtmpe://cp5290.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/disaster_date/mt_disasterdate_ep305_seg1_rt202798_576x432_1200.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="443" width="640" height="480" type="video/mp4" bitrate="1600">
<src>
rtmpe://cp5290.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/disaster_date/mt_disasterdate_ep305_seg1_rt202798_640x480_1600.mp4
</src>
</rendition>
<beacons>
<beacon url="http://viamtvnvideo.112.2o7.net/b/ss/viamtvnvideo/1/H.1-pdv-2/{ord}?c20=mtv.tv" elapsed="20"/><beacon url="http://t.flux.com/tracking.gif?CMU=20CAFFFF01D2A0390002FFFFCA20&CUR=mgid:hcx:content:mtv.tv:0abaddae-8bf3-4305-bdac-fb81317a0000&WN=MTVNVideoPlayer&FTG=1&Rnd=5322672&REF=" startTime="0"/>
<beacon url="http://viamtvnvideo.112.2o7.net/b/ss/viamtvnvideo/1/H.1-pdv-2/{ord}?pageName=mtv.tv&c8=625068&c49={ref}&c12=LV" elapsed="0"/>
<beacon url="http://viamtvnvideo.112.2o7.net/b/ss/viamtvnvideo/1/H.1-pdv-2/{ord}?pageName=mtv.tv&c3=625068&c49={ref}&c12=LV" elapsed="20"/>
<beacon type="label" elapsed="20"/>
</beacons>
</item>
<item placement="overlay" format="swf" xPercent="99" yPercent="2" startTime="0" duration="6000000" width="50" height="38" scaling="true" persist="true">
<src>
http://intl.esperanto.mtvi.com/player/sites/mtv.tv/mtv_bug_new.swf
</src>
<clickTag>http://www.mtv.tv</clickTag>
</item>
</video>
</package>
Use rtmpdump:

Code:
rtmpdump -r "rtmpe://cp5290.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/disaster_date/mt_disasterdate_ep305_seg1_rt202798_640x480_1600.mp4" -o mt_disasterdate_ep305_seg1_rt202798_640x480_1600.mp4
Code:
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              433.22
INFO:   moovPosition          32.00
INFO:   width                 640.00
INFO:   height                480.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              30.00
INFO:   aacaot                2.00
INFO:   videoframerate        29.97
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                13282000.00
INFO:   timescale             29970.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                19546112.00
INFO:   timescale             44100.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype            mp4a
INFO: sampledescription:
131.431 kB / 1.33 sec (00.3%)
Reply With Quote