Hello,
I have been trying to make nrk work again in mediaportal, no luck so far :/
I cant get the videos to play. It seems like there are two options, one is HLS and the other is F4M, I can get the HLS one to play in VLC but not in mediaportal.
This is what the source code on the nrk site looks like.
And this is what I have made so far in the Generic Site Creator tool, still needs a little work though.
Any help appreciated
I have been trying to make nrk work again in mediaportal, no luck so far :/
I cant get the videos to play. It seems like there are two options, one is HLS and the other is F4M, I can get the HLS one to play in VLC but not in mediaportal.
This is what the source code on the nrk site looks like.
Code:
<!--googleoff: all-->
<div id="playerelement" class="playerelement tv player-available odm ratio-16x9"
data-media="http://nordond29b-f.akamaihd.net/z/no/open/43/43fc1c66d9307855246c0dbade98da61e577142b/be9a26c5-724e-4517-8783-c01c4a262fdf_,141,316,563,1266,2250,.mp4.csmil/manifest.f4m"
data-hls-media="http://nordond29b-f.akamaihd.net/i/no/open/43/43fc1c66d9307855246c0dbade98da61e577142b/be9a26c5-724e-4517-8783-c01c4a262fdf_,141,316,563,1266,2250,.mp4.csmil/master.m3u8?cc1=uri%3Dhttp%3a%2f%2fundertekst.nrk.no%2fKOID27%2f00%2fKOID27003413AA%2fmaster.m3u8%7Ename%3DNorsk%7Edefault%3Dyes%7Eforced%3Dno%7Elang%3Dnb"
data-timezoneoffset="2"
data-startingbitrateindex="3"
data-streamingerrormessageurl="/streamingerror"
data-outoflivebuffermessageurl="/outoflivebuffer"
data-playertype="flash"
data-posterimage="http://gfx.nrk.no/L-J3C4Awji9IHkT4Jb2nlQmH4xTlYsmLC7S2HZMfrZpA"
data-duration="3345.96"
data-video-id="KOID27003413"
data-subtitlesurl = "/programsubtitles/KOID27003413"
data-legalage = "A"
>
<div id="nrkFlashContainer" class="flash-player"></div>
And this is what I have made so far in the Generic Site Creator tool, still needs a little work though.
Code:
<Site name="NRKTEST2" util="GenericSite" agecheck="false" enabled="true" lang="no">
<Description>please fill</Description>
<Configuration>
<item key="baseUrl"><![CDATA[http://tv.nrk.no/programmer]]></item>
<item key="dynamicCategoriesRegEx"><![CDATA[<a\sclass="buttonbar-link\shidden-phone"\shref="(?<url>[^"]*)">(?<title>[^<]*)</a>]]></item>
<item key="videoListRegEx"><![CDATA[<div\sclass="air">\s*<a\shref="(?<VideoUrl>[^"]*)"\sclass="listobject-link">\s*<div\sclass="[^"]*">\s*<img\sclass="[^"]*"\ssrc="(?<ImageUrl>[^"]*)"\s[^=]*=""\salt="[^"]*"\s/>\s*<span\sclass="[^"]*"></span>\s*</div>\s[^=]*="listobject-title">(?<Title>[^<]*)[^\s]*\s*]]></item>
<item key="searchUrl"><![CDATA[http://tv.nrk.no/sok?q={0}]]></item>
<item key="fileUrlRegEx"><![CDATA[<!--googleoff:\sall-->\s*<div\sid="playerelement"\sclass="playerelement\stv\splayer-available\sodm\sratio-16x9"\s*data-media="http://nordond21c-f\.akamaihd\.net/z/no/open/ea/ea1332eb50b2351b03707cac4254f5ee1981a921/66bd1254-c92b-4cab-b9c2-6d98f773fbb9_,141,316,563,1266,2250,\.mp4\.csmil/manifest\.f4m"\s*data-hls-media="(?<m0>[^"]*)"\s*data-timezoneoffset="2"\s*data-startingbitrateindex="3"\s*data-streamingerrormessageurl="/streamingerror"\s*data-outoflivebuffermessageurl="/outoflivebuffer"\s*data-playertype="flash"\s*data-posterimage="http://gfx\.nrk\.no/zf1C38vbk-htKOK4vUvb5AhTuKmHay_9ovYnNc1U3UBA"\s*data-duration="6898\.92"\s*data-video-id="KOID26004410"\s*data-subtitlesurl\s=\s"/programsubtitles/KOID26004410"\s*data-legalage\s=\s"7"\s*>]]></item>
</Configuration>
<Categories>
<Category xsi:type="RssLink" name="Populært" desc="Populært">
<SubCategories>
<Category xsi:type="RssLink" name="Aktuelt" thumb="" desc="">http://tv.nrk.no/programmer</Category>
<Category xsi:type="RssLink" name="Nytt" thumb="" desc="">http://tv.nrk.no/programmer/nytt</Category>
<Category xsi:type="RssLink" name="A - Å" thumb="" desc="">http://tv.nrk.no/programmer/a-aa</Category>
</SubCategories>http://tv.nrk.no/programmer/populart</Category>
<Category xsi:type="RssLink" name="Nytt" desc="Nytt">
<SubCategories>
<Category xsi:type="RssLink" name="Aktuelt" thumb="" desc="">http://tv.nrk.no/programmer</Category>
<Category xsi:type="RssLink" name="Populært" thumb="" desc="">http://tv.nrk.no/programmer/populart</Category>
<Category xsi:type="RssLink" name="A - Å" thumb="" desc="">http://tv.nrk.no/programmer/a-aa</Category>
</SubCategories>http://tv.nrk.no/programmer/nytt</Category>
<Category xsi:type="RssLink" name="A til Å" desc="A til Å">http://tv.nrk.no/programmer/a-aa</Category>
<Category xsi:type="RssLink" name="Direkte" desc="Direkte">http://tv.nrk.no/direkte/nrk1</Category>
</Categories>
</Site>
Any help appreciated