SVT Play (4 Viewers)

Ministerk

Super User
  • Team MediaPortal
  • Super User
  • November 28, 2007
    970
    826
    Uppsala
    Home Country
    Sweden Sweden
    I noticed there where pagination in "Öppet arkiv" shows with more than 18 episodes, ie "Fem myror är fler än fyra elefanter". I'll try to fix this sometime this week or the next.
     

    Ministerk

    Super User
  • Team MediaPortal
  • Super User
  • November 28, 2007
    970
    826
    Uppsala
    Home Country
    Sweden Sweden
    Hello again!

    I have done some more work with the SvtPlayUtil:
    • Paging of "Öppet arkiv" fixed
    • Added the "Livesändningar" under the Live category to be able to watch the play exclusive live videos
    • Added subtitle support. Configurable in the context menu of SVT Play, the default is not to download subtitles
    Aside from the attached patch SVTPlay site definition in OnlineVideoSites.xml must be changed
    XML:
    	<Site name="SVTPlay" util="SVTPlay" agecheck="false" enabled="true" lang="sv">
    	  <Description>Se dina favoritprogram när du vill i SVT Play - fri television på nätet.</Description>
    	  <Categories>
    		<Category xsi:type="RssLink" name="Program A-Ö">http://www.svtplay.se/program</Category>
    		<Category xsi:type="RssLink" name="Kategorier">http://www.svtplay.se/kategorier</Category>
    		<Category xsi:type="RssLink" name="Live">
    		  <SubCategories>
    			<Category xsi:type="RssLink" name="SVT1">http://www.svtplay.se/kanaler/svt1</Category>
    			<Category xsi:type="RssLink" name="SVT2">http://www.svtplay.se/kanaler/svt2</Category>
    			<Category xsi:type="RssLink" name="Barnkanalen">http://www.svtplay.se/kanaler/barnkanalen</Category>
    			<Category xsi:type="RssLink" name="SVT24">http://www.svtplay.se/kanaler/svt24</Category>
    			<Category xsi:type="RssLink" name="Kunskapskanalen">http://www.svtplay.se/kanaler/kunskapskanalen</Category>
    			<Category xsi:type="RssLink" name="Livesändningar">http://www.svtplay.se/ajax/live</Category>
    		  </SubCategories>
    		</Category>
    		<Category xsi:type="RssLink" name="Öppet arkiv">http://www.oppetarkiv.se/kategori/titel</Category>
    	  </Categories>
    	</Site>

    If anyone notice any bugs (bound to be some, i'm not an online-videos-coding-wizard as @offbyone), do feel free to report it in this thread.

    Over and out, now it's time for bed!
     

    Attachments

    • SVTPlayUtil.cs.patch
      33.1 KB
    Last edited:

    vuego

    Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,639
    764
    Göteborg
    Home Country
    Sweden Sweden
    I have a problem when using ffdshow audio decoder with SVT Play. After a couple of seconds all audio goes only to the right channel. This happens only on SVT Play and only with ffdshow. I need to use ffdshow since I'm converting FLAC 5.1 to AC3 when playing other videos.
    Has anyone seen anything like this?
     

    Attachments

    • Online Videos - SVT - ffdshow audio decoder.png
      Online Videos - SVT - ffdshow audio decoder.png
      24.4 KB

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,728
    1,185
    Alingsås
    Home Country
    Sweden Sweden
    I have a problem when using ffdshow audio decoder with SVT Play. After a couple of seconds all audio goes only to the right channel. This happens only on SVT Play and only with ffdshow. I need to use ffdshow since I'm converting FLAC 5.1 to AC3 when playing other videos.
    Has anyone seen anything like this?

    If you use LAVF and in the Mixer tab setup the channel setting to match your receiver -> use ReClock as audio renderer (might work with MePo Audio Renderer as well) you can set the ReClock (or MPAR) to output AC3. Should let you get rid of FFDShow and get what you want?

    Emph
     

    Ministerk

    Super User
  • Team MediaPortal
  • Super User
  • November 28, 2007
    970
    826
    Uppsala
    Home Country
    Sweden Sweden
    I have a problem when using ffdshow audio decoder with SVT Play. After a couple of seconds all audio goes only to the right channel. This happens only on SVT Play and only with ffdshow. I need to use ffdshow since I'm converting FLAC 5.1 to AC3 when playing other videos.
    Has anyone seen anything like this?
    Never noticed this problem. Can it be a problem with the f4m container maybe? Other sites I now uses f4m are BBC iPlayer and TV4 play. TV4 play does not work right now in OnlineVideos, although a fix is in the pipeline out in the near feature.

    If you have a uk proxy or un-block.us you can check with BBC.

    EDIT:
    Does it work as expected with a downloaded video from SVT Play? If you remux the video does it work then? You can try with ffmpeg.
    ffmpeg -i in_video.f4m -vcodec copy -acodec copy out_video.mkv;
     
    Last edited:

    Raul1

    New Member
    January 28, 2013
    3
    0
    51
    Home Country
    Sweden Sweden
    Hi, I've just installed OV but can't get SVT Play to work properly. The first couple of seconds everything looks ok but after a couple of seconds the video freezes and only the audio keeps playing. Other sites like YouTube and iTunes trailer works without problems.
    There is no problem when try the same shows with the SVT Play plugin in XBMC on the same PC, but since I'm using MP primarly it would nice get it working in MP also. Anyone knows what might be causing this issue?
     

    Users who are viewing this thread

    Top Bottom