...
if you have FireFox 11 or Chrome, you can browse that final URL! but with IE, you can't!! If you are insist on opening that on IE, you should use Media RSS reader/Feed Validator!!
Then, You can see the IDs of each part of Vid (the IDs are: 688432, 688433, 688434, 688435)!! but all of them shows only one rtmpe url!! So, Use one of them so as to see it:
Code:
http://intl.esperanto.mtvi.com/www/xml/media/mediaGen.jhtml?uri=mgid:uma:video:mtv.it:688432
Code:
<item startTime="0.040" endTime="190.920">
<rendition cdn="akamai" duration="190" width="384" height="288" type="video/mp4" bitrate="400">
<src>
rtmpe://cp24806.edgefcs.net/ondemand/mtviestor/_!/intlod/it/ontv/my_life_as_liz/it_mylifeasliz_212_384x288_400_m30.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="190" width="448" height="336" type="video/mp4" bitrate="600">
<src>
rtmpe://cp24806.edgefcs.net/ondemand/mtviestor/_!/intlod/it/ontv/my_life_as_liz/it_mylifeasliz_212_448x336_600_m30.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="190" width="480" height="360" type="video/mp4" bitrate="900">
<src>
rtmpe://cp24806.edgefcs.net/ondemand/mtviestor/_!/intlod/it/ontv/my_life_as_liz/it_mylifeasliz_212_480x360_900_m30.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="190" width="576" height="432" type="video/mp4" bitrate="1200">
<src>
rtmpe://cp24806.edgefcs.net/ondemand/mtviestor/_!/intlod/it/ontv/my_life_as_liz/it_mylifeasliz_212_576x432_1200_m30.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="190" width="640" height="480" type="video/mp4" bitrate="1600">
<src>
rtmpe://cp24806.edgefcs.net/ondemand/mtviestor/_!/intlod/it/ontv/my_life_as_liz/it_mylifeasliz_212_640x480_1600_m30.mp4
</src>
</rendition>
As you see, Vids aren't HQ!!
Anyway, rtmpdump pattern script:
Code:
rtmpdump -r "rtmpe://cp24806.edgefcs.net/ondemand/" -a "ondemand/" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.10.8.swf" -y "mp4:mtviestor/_!/intlod/it/ontv/my_life_as_liz/it_mylifeasliz_212_640x480_1600_m30.mp4" -o it_mylifeasliz_212_640x480_1600_m30.flv
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 1267.12
INFO: moovPosition 36.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 25.00
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 3167900.00
INFO: timescale 2500.00
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 55878656.00
INFO: timescale 44100.00
INFO: sampledescription:
INFO: sampletype mp4a
INFO: length 600.00
INFO: timescale 600.00
INFO: sampledescription:
INFO: length 600.00
INFO: timescale 600.00
INFO: sampledescription:
64.062 kB / 0.37 sec (0.0%)
Last thing, I couldn't understand your last question!!!
