Quote:
Originally Posted by Bahman
find "Flash player embedded path":
Code:
http://media.mtvnservices.com/mgid:uma:videolist:mtv.it:688423
.....CUT.....
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
|
Hi !
I followed your instructions and I got to the XML feed.....but when I try to download the jhtml file, I don't get the XML with rtmp URLs, the browser is redirected instead
I followed these steps:
- from
Code:
http://ondemand.mtv.it/serie-tv/soliti-idioti/s04/soliti-idioti-il-rinnovamento-della-chiesa-s04e13
I found
Code:
http://media.mtvnservices.com/mgid:uma:video:mtv.it:788634
- browsing the last URL and raw_url_decodeing the new URL I obtain
Code:
http://media.mtvnservices.com/player/prime/mediaplayerprime.1.10.8.swf?uri=mgid:uma:video:mtv.it:788634&type=normal&ref=None&geo=IT&group=intl&network=None&device=Other&CONFIG_URL=http://media.mtvnservices.com/pmt/e1/players/mgid:uma:video:mtv.it:/context1/config.xml?uri=mgid:uma:video:mtv.it:788634&type=normal&ref=None&geo=IT&group=intl&network=None&device=Other
- browsing the CONFIG_URL I obtain a new XML in which I find
Code:
http://intl.esperanto.mtvi.com/www/xml/video.jhtml?uri={uri}&version=as3&keyValues={keyValues}&franchise={franchise}
please notice that now there are 2 new parameters in the query string !: Perhaps they are responsible for the failure in the next 3 steps. - I modifiy the "esperanto" url in this way:
Code:
http://intl.esperanto.mtvi.com/www/xml/video.jhtml?uri=mgid:uma:video:mtv.it:788634
and I get a RSS feed:
Code:
<?xml version="1.0" encoding="iso-8859-1" ?>
<rss xmlns:esi="http://www.edge-delivery.org/esi/1.0"
xmlns:media="http://search.yahoo.com/mrss/"
xmlns:mtvn="http://media.mtvnservices.com/schema/mtvn/"
xmlns:mediaad="http://blip.tv/mediaad"
version="2.0">
<channel>
<title/>
<link>http://www.mtv.it</link>
<image>
<title>I Soliti Idioti - 4x13 - Il Rinnovamento Della Chiesa - Porco Demonio</title>
<link>http://www.mtv.it</link>
<url>http://intl.esperanto.mtvi.com/www/images/blank.png</url>
</image>
<item>
<title>I Soliti Idioti - 4x13 - Il Rinnovamento Della Chiesa - Porco Demonio</title>
<link>http://www.mtv.it</link>
<guid isPermaLink="false">mgid:uma:video:mtv.it:788634</guid>
<pubDate>2012-06-06</pubDate>
<description><![CDATA[<i>I Soliti Idioti - 4x13 - Il Rinnovamento Della Chiesa - Porco Demonio</i><br/>Padre Boi e Padre Giorgio giocano a calcio in spiaggia con tutti i vescovi...<br/>]]></description>
<media:group>
<media:title>I Soliti Idioti - 4x13 - Il Rinnovamento Della Chiesa - Porco Demonio</media:title>
<media:description><![CDATA[<i>I Soliti Idioti - 4x13 - Il Rinnovamento Della Chiesa - Porco Demonio</i><br/>Padre Boi e Padre Giorgio giocano a calcio in spiaggia con tutti i vescovi...<br/>]]></media:description>
<media:content url="http://it.esperanto.mtvi.com/www/xml/flv/flvgen.jhtml?vid=788634&hiLoPref=hi"
type="text/xml"
medium="video"
isDefault="true"/>
<media:content url="http://it.esperanto.mtvi.com/www/xml/flv/flvgen.jhtml?vid=788634&hiLoPref=lo"
type="text/xml"
medium="video"/>
<media:thumbnail url="http://mtv-it.mtvnimages.com/tv_show/i_soliti_idioti/season_04/clip/it_isolitiidioti_413_preti_still_320.jpg"/>
<media:player url="http://media.mtvnservices.com/mgid:uma:video:mtv.it:788634"/>
<media:rating scheme="urn:simple">nonadult</media:rating>
<media:category scheme="urn:mtvn:franchise"/>
<mtvn:artist id=""/>
<mtvn:agreement>0</mtvn:agreement>
<mtvn:album label="">Padre Boi e Padre Giorgio giocano a calcio in spiaggia con tutti i vescovi...</mtvn:album>
<mtvn:videoId>788634</mtvn:videoId>
<mtvn:videoType>Show Clip</mtvn:videoType>
<media:keywords>I Soliti Idioti - 4x13 - Il Rinnovamento Della Chiesa - Porco Demonio,Padre Boi e Padre Giorgio giocano a calcio in spiaggia con tutti i vescovi...</media:keywords>
</media:group>
<mediaad:content url="http://ad.doubleclick.net/pfadx/mtv.ita/atf_p_v/ISolitiIdioti4x13IlRinnovamentoDellaChiesaPorcoDemonio_788634;sec0=ISolitiIdioti4x13IlRinnovamentoDellaChiesaPorcoDemonio_788634;partner=none;vid=788634;pos=atf;tag=pfadx;mtype=video;sz=640x480;dcmt=text/xml;ord={ord}?u=partner-none|vid-788634|pos-atf|tag-pfadx|mtype-video|sz-640x480|dcmt-text/xml;"/>
</item>
</channel>
</rss>
- in the RSS feed I find 2 media content url:
Code:
http://it.esperanto.mtvi.com/www/xml/flv/flvgen.jhtml?vid=788634&hiLoPref=hi
http://it.esperanto.mtvi.com/www/xml/flv/flvgen.jhtml?vid=788634&hiLoPref=lo
obviously they are hi-res and low-res version of the same video. - now there is the FAILURE:
if i try to open one of the above URLs, I don't obtain an XML with rtmp:// urls......instead the browser is redirected to
Code:
http://www.mtv.it/?vid=788634&hiLoPref=hi
that is just the MTV homepage
any idea of how to get rtmp:// ??
probably the keyValues={keyValues}&franchise={franchise} in step 3 are responsible of some sort of authentication.......