SVT Play (1 Viewer)

Ministerk

Super User
  • Team MediaPortal
  • Super User
  • November 28, 2007
    970
    826
    Uppsala
    Home Country
    Sweden Sweden
    One big problem with the new SVT Play is the DRM protection on some of the content, so even if online videos can manage HDS, some of the content would result i dead links. Some sort of content filtering would be nice to separate the wheat from the chaff.

    One solution could be to use the iOS-site. This site uses HLS (HTTP Live Streaming) in the HTML5 video tag and contains only the non-restricted materials. But to use this site online videos have to fake being an iOS-browser since it's use the same domain/site url as the ordinary site (http::/svtplay.se)

    See (in swedish): http://blogg.svt.se/testbild/2012/05/det-ror-pa-sig-videoformaten-i-svt-play/
    http://kontakt.svtplay.se/org/svt-play/d/stod-for-html5-video-alt-direktlankar/
     
    Last edited:

    Ministerk

    Super User
  • Team MediaPortal
  • Super User
  • November 28, 2007
    970
    826
    Uppsala
    Home Country
    Sweden Sweden
    Hi

    I created a SVT backup site. My regex skills aren't ninja but I think I've managed somehow...

    It is based the A-Ö listing at the mobile site http://m.svtplay.se (observe this is not the iOS site). Quality is low, most of the streams are rtsp:// but some play over rtmpe:// with better quality.

    My "development" pc (win7 x64, LAV codec) can play the rtsp streams but my dedicated MP machine (XP x86, LAV) can not :( (why???).

    Well if someone would like to try, paste this into the sites definition (OnlineVideoSites.xml):
    Code:
    <Site name="Mobile SVTPlay" util="GenericSite" agecheck="false" enabled="true" lang="sv">
      <Description>Mobile SVTPlay, low quality backup if SVTPlay fails</Description>
      <Configuration>
        <item key="dynamicCategoriesRegEx"><![CDATA[(?<url>/mobil/t/[^"]+)">(?<title>[^<]+)]]></item>
        <item key="dynamicSubCategoriesRegEx"><![CDATA[(?<url>/mobil/v/[^"]+)">.*?(src=")(?<thumb>[^"]+).*?(<span>)(?<title>[^<]*)]]></item>
        <item key="dynamicSubCategoriesNextPageRegEx"><![CDATA[(?<url>/mobil/lista/v/[^"]+)"\sclass="paginate\smore"]]></item>
        <item key="videoListRegEx"><![CDATA[<div\sid="player">.*?(href=")(?<VideoUrl>[^"]+).*?(alt=")(?<Title>[^"]+).*?(src=")(?<ImageUrl>[^"]+)]]></item>
        <item key="baseUrl"><![CDATA[http://m.svtplay.se/mobil/alfabetisk]]></item>
      </Configuration>
    </Site>

    I have not tried to published this to online videos and I don't know if I should. If you think so I do so.
     

    jordnära

    Portal Member
    October 4, 2006
    20
    1
    Home Country
    Sweden Sweden
    Hi

    I created a SVT backup site. My regex skills aren't ninja but I think I've managed somehow...

    It is based the A-Ö listing at the mobile site http://m.svtplay.se (observe this is not the iOS site). Quality is low, most of the streams are rtsp:// but some play over rtmpe:// with better quality.

    My "development" pc (win7 x64, LAV codec) can play the rtsp streams but my dedicated MP machine (XP x86, LAV) can not :( (why???).

    Well if someone would like to try, paste this into the sites definition (OnlineVideoSites.xml):
    Code:
    <Site name="Mobile SVTPlay" util="GenericSite" agecheck="false" enabled="true" lang="sv">
      <Description>Mobile SVTPlay, low quality backup if SVTPlay fails</Description>
      <Configuration>
        <item key="dynamicCategoriesRegEx"><![CDATA[(?<url>/mobil/t/[^"]+)">(?<title>[^<]+)]]></item>
        <item key="dynamicSubCategoriesRegEx"><![CDATA[(?<url>/mobil/v/[^"]+)">.*?(src=")(?<thumb>[^"]+).*?(<span>)(?<title>[^<]*)]]></item>
        <item key="dynamicSubCategoriesNextPageRegEx"><![CDATA[(?<url>/mobil/lista/v/[^"]+)"\sclass="paginate\smore"]]></item>
        <item key="videoListRegEx"><![CDATA[<div\sid="player">.*?(href=")(?<VideoUrl>[^"]+).*?(alt=")(?<Title>[^"]+).*?(src=")(?<ImageUrl>[^"]+)]]></item>
        <item key="baseUrl"><![CDATA[http://m.svtplay.se/mobil/alfabetisk]]></item>
      </Configuration>
    </Site>

    I have not tried to published this to online videos and I don't know if I should. If you think so I do so.

    There were a lot of videos missing with the above.

    I have a client with xbmc and the new videoformats for SVT play works when runnning the latest xbmc-alpha and the xot plugin. It should be possible to get it working in MP too.

    Keeping thumbs crossed.
     

    dhasselqvist

    Member
    November 20, 2007
    75
    8
    Home Country
    Sweden Sweden
    Are anyone able to watch SVT Play clips? I cant watch any new content since several weeks. Is this an OnlineVideos problem or do I need any new codec/splitters to get it working?

    If anyone have a working setup I would really appreciate if you can share it here.
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    SvtPlay has changed to a new protocol in delivering their videos. You cannot watch them in Onlinevideos currently (which you could have read from the previous posts).
     

    Ministerk

    Super User
  • Team MediaPortal
  • Super User
  • November 28, 2007
    970
    826
    Uppsala
    Home Country
    Sweden Sweden
    There were a lot of videos missing with the above.

    I have a client with xbmc and the new videoformats for SVT play works when runnning the latest xbmc-alpha and the xot plugin. It should be possible to get it working in MP too.

    Keeping thumbs crossed.

    I'm certain that it's possible to get all videos to work in Mediaportal, but some of the content is protected by DRM, and as you might know it's illegal to bypass copy protection (if you can play the content without cracking it) according to Swedish law.

    I've tried to download a stream with the AdobeHDS download php script, but since that stream was protected DRM the script wasn't able to merge the parts to a mp4 movie.

    Edit:
    And the biggest problem with my site isn't the lack of content, it's the lack of quality.
     
    Last edited:

    jordnära

    Portal Member
    October 4, 2006
    20
    1
    Home Country
    Sweden Sweden
    There were a lot of videos missing with the above.

    I have a client with xbmc and the new videoformats for SVT play works when runnning the latest xbmc-alpha and the xot plugin. It should be possible to get it working in MP too.

    Keeping thumbs crossed.

    I'm certain that it's possible to get all videos to work in Mediaportal, but some of the content is protected by DRM, and as you might know it's illegal to bypass copy protection (if you can play the content without cracking it) according to Swedish law.

    I've tried to download a stream with the AdobeHDS download php script, but since that stream was protected DRM the script wasn't able to merge the parts to a mp4 movie.

    Edit:
    And the biggest problem with my site isn't the lack of content, it's the lack of quality.

    The latest episodes from shows were not available. See: http://www.svt.se/svt/jsp/Crosslink.jsp?d=120680&a=2840338

    And excuse my ignorance. I didn't know that DRM was such a deal-breaker.

    Thanks for your effort.
     

    pellelkpg

    Portal Member
    March 14, 2010
    21
    6
    Since a week or so I do not get any videolinks at all. Onlinevideos find the shows and the "subfolders" ("Hela Program" and "Klipp"), but there is a error message freely translated from swedish (using swedish mediaportal) "Error getting the category videos". Have they changed something in were the videos are located? Some else experiencing the same problem? If not I have to look if something else changed with my setup

    By the way, before this incident most videos worked, even the new sort of streams, except some non-swedish DRM-protected ones. I did download the latest MP Url source splitter from svn (as mentioned in an earlier post. See also see https://forum.team-mediaportal.com/threads/any-support-for-f4m-http-dynamic-streaming.110143/)). First it did not work, but after a forced restart all of a sudden everything worked. I do not know if it was due to the new splitter or an update of the site by offbyone, but anyway I thought you should know
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Since a week or so I do not get any videolinks at all. Onlinevideos find the shows and the "subfolders" ("Hela Program" and "Klipp"), but there is a error message freely translated from swedish (using swedish mediaportal) "Error getting the category videos". Have they changed something in were the videos are located? Some else experiencing the same problem? If not I have to look if something else changed with my setup

    By the way, before this incident most videos worked, even the new sort of streams, except some non-swedish DRM-protected ones. I did download the latest MP Url source splitter from svn (as mentioned in an earlier post. See also see https://forum.team-mediaportal.com/threads/any-support-for-f4m-http-dynamic-streaming.110143/)). First it did not work, but after a forced restart all of a sudden everything worked. I do not know if it was due to the new splitter or an update of the site by offbyone, but anyway I thought you should know
    If you have MP Url Source Splitter version from 5th November, please test as much as possible on SVT. There is added experimental decryption, so any user experience is welcome.
     

    pellelkpg

    Portal Member
    March 14, 2010
    21
    6
    I used the previous version but I will be happy to test the 5th november version. The problem is that I do not even see the videos att all as I described in the beginning of the post. I do not know if the site has changed or if it is something else
     

    Users who are viewing this thread

    Top Bottom