Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Currently working only on WP8.

Store Link: http://www.windowsphone.com/de-de/store/app/mptvclient/2f4333f1-fd97-44d6-b234-1da04fd4f05b

Forums Discussion: https://forum.team-mediaportal.com/threads/windows-phone-app.116720/


You need to add the following profiles to your MPExtended configuration, if you are using an MPExtended version prior to 0.5.4. All versions from 0.5.4 onwards have these profiles included.

<TranscoderProfile>
      <Name>WP8 FFmpeg WVGA</Name>
      <Description>WVGA Profile for WP8</Description>
      <HasVideoStream>true</HasVideoStream>
      <MIME>video/MP2T</MIME>
      <MaxOutputWidth>800</MaxOutputWidth>
      <MaxOutputHeight>480</MaxOutputHeight>
      <Targets>
        <Target>windows-phone-ts</Target>
      </Targets>
      <Bandwidth>2280</Bandwidth>
      <Transport>http</Transport>
      <Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
      <TranscoderParameters>
        <codecParameters>-x264opts no-cabac:trellis=0:keyint=50 -codec:v libx264 -b:v 1768k -r 25 -profile:v baseline -preset:v faster -coder rle -codec:a libmp3lame -b:a 128k -ac 2 -strict experimental -sn -f mpegts -async 1000</codecParameters>
      </TranscoderParameters>
    </TranscoderProfile>

  <TranscoderProfile>
      <Name>WP8 FFmpeg WXGA</Name>
      <Description>WXGA  Profile for WP8</Description>
      <HasVideoStream>true</HasVideoStream>
      <MIME>video/MP2T</MIME>
      <MaxOutputWidth>1280</MaxOutputWidth>
      <MaxOutputHeight>768</MaxOutputHeight>
      <Targets>
        <Target>windows-phone-ts</Target>
      </Targets>
      <Bandwidth>2280</Bandwidth>
      <Transport>http</Transport>
      <Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
      <TranscoderParameters>
        <codecParameters>-x264opts no-cabac:trellis=0:keyint=50 -codec:v libx264 -b:v 1768k -r 25 -profile:v baseline -preset:v faster -coder rle -codec:a libmp3lame -b:a 128k -ac 2 -strict experimental -sn -f mpegts -async 1000</codecParameters>
      </TranscoderParameters>
    </TranscoderProfile>

      <TranscoderProfile>
      <Name>WP8 FFmpeg 720p</Name>
      <Description>720p Profile for WP8</Description>
      <HasVideoStream>true</HasVideoStream>
      <MIME>video/MP2T</MIME>
      <MaxOutputWidth>1280</MaxOutputWidth>
      <MaxOutputHeight>720</MaxOutputHeight>
      <Targets>
        <Target>windows-phone-ts</Target>
      </Targets>
      <Bandwidth>2280</Bandwidth>
      <Transport>http</Transport>
      <Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
      <TranscoderParameters>
        <codecParameters>-x264opts no-cabac:trellis=0:keyint=50 -codec:v libx264 -b:v 1768k -r 25 -profile:v baseline -preset:v faster -coder rle -codec:a libmp3lame -b:a 128k -ac 2 -strict experimental -sn -f mpegts -async 1000</codecParameters>
      </TranscoderParameters>
    </TranscoderProfile>

   

 

This page has no comments.