View Single Post
  #5  
Old 12-27-2011, 12:30 AM
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: Can't download from thedailyshow.com with StreamTransport


Quote:
Originally Posted by WhosQuad View Post
URL:
Code:
http://www.thedailyshow.com/watch/wed-may-16-2001/headlines---unreal-tournament
Flash player embedded path:
Code:
http://media.mtvnservices.com/mgid:cms:video:thedailyshow.com:122150
Code:
http://media.mtvnservices.com/player/prime/mediaplayerprime.1.11.3.swf?uri=mgid:cms:video:thedailyshow.com:122150&type=normal&ref=None&geo=IR&group=entertainment&&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt%2fe1%2fplayers%2fmgid%3acms%3avideo%3athedailyshow.com%3a%2fcontext10%2fconfig.xml%3furi%3dmgid%3acms%3avideo%3athedailyshow.com%3a122150%26type%3dnormal%26ref%3dNone%26geo%3dIR%26group%3dentertainment%26
Decode it:
Code:
http://media.mtvnservices.com/player/prime/mediaplayerprime.1.11.3.swf?uri=mgid:cms:video:thedailyshow.com:122150&type=normal&ref=None&geo=IR&group=entertainment&&CONFIG_URL=http://media.mtvnservices.com/pmt/e1/players/mgid:cms:video:thedailyshow.com:/context10/config.xml?uri=mgid:cms:video:thedailyshow.com:122150&type=normal&ref=None&geo=IR&group=entertainment&
CONFIG URL:
Code:
http://media.mtvnservices.com/pmt/e1/players/mgid:cms:video:thedailyshow.com:/context10/config.xml?uri=mgid:cms:video:thedailyshow.com:122150
Code:
<configuration>
<fluxAccountDomain>community.thedailyshow.com</fluxAccountDomain>
<formFactorID>2:0.9:0.4:0.1:-1.6:2,3,0,1,18.7:0</formFactorID>
<player>
<feed>
http://www.thedailyshow.com/feeds/video_player/mrss/?uri={uri}
</feed>
+
Code:
uri=mgid:cms:video:thedailyshow.com:122150
=
Code:
www.thedailyshow.com/feeds/video_player/mrss/?uri=mgid:cms:video:thedailyshow.com:122150
Read Media RSS:
Code:
<media:title>Headlines - Unreal Tournament</media:title>
<media:description>
"Survivor" producer Mark Burnett admits that some scenes were staged reenactments, though he claims the re-shoots had no bearing on who finally won.
</media:description>
<media:content type="text/xml" medium="video" duration="69" isDefault="true" url="http://www.comedycentral.com/global/feeds/entertainment/media/mediaGenEntertainment.jhtml?uri=mgid:cms:video:thedailyshow.com:122150"/>
<media:thumbnail url="http://thedailyshow.mtvnimages.com/images/shows/tds/videos/season_05/episode_138/ds_05138_02_nws_v5.jpg?width=512&height=288&quality=0.91&crop=true"/>
<media:player url="http://media.mtvnservices.com/mgid:cms:video:thedailyshow.com:122150"/>
<media:rating scheme="urn:simple">nonadult</media:rating>
<media:category scheme="urn:mtvn:franchise" label="Show Name">The Daily Show</media:category>
<media:category scheme="urn:mtvn:id">mgid:cms:video:thedailyshow.com:122150</media:category>
<media:category scheme="urn:mtvn:video_title">The Daily Show|Headlines - Unreal Tournament</media:category>
<media:category scheme="urn:mtvn:playlist_rep_title">The Daily Show|Headlines - Unreal Tournament</media:category>
<media:category scheme="urn:mtvn:display:source">The Daily Show with Jon Stewart</media:category>
<media:category scheme="urn:mtvn:display:source_link">
Code:
http://www.comedycentral.com/global/feeds/entertainment/media/mediaGenEntertainment.jhtml?uri=mgid:cms:video:thedailyshow.com:122150
Code:
<rendition cdn="level3" duration="69" width="480" height="360" type="video/x-flv" bitrate="700">
<src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/dailyshow/TDS/season_05/episode_138/ds_05138_02_nws_480.flv
</src>
</rendition>
<rendition cdn="level3" duration="69" width="240" height="180" type="video/x-flv" bitrate="250">
<src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/dailyshow/TDS/season_05/episode_138/ds_05138_02_nws_240.flv
</src>
</rendition>
<rendition cdn="level3" duration="69" width="640" height="480" type="video/x-flv" bitrate="0">
<src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/dailyshow/TDS/season_05/episode_138/ds_05138_02_nws_640.flv
</src>
</rendition>
rtmpdump:
Code:
rtmpdump -r "rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/dailyshow/TDS/season_05/episode_138/ds_05138_02_nws_640.flv" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.11.3.swf" -p "http://www.thedailyshow.com/watch/wed-may-16-2001/headlines---unreal-tournament" -o "ds_05138_02_nws_640.flv"
=
chap's post!!
Reply With Quote