[solved] MPTvScheduler - Android client for MediaPortal and TvServer (4 Viewers)

gonzo90017

Portal Pro
September 3, 2012
238
26
25
Home Country
United States of America United States of America
This profile should work with MpTV Scheduler. It only transcodes the audio. The only issue is that you can not skip when watching Recorded TV.

Which brings me to another Feature request. Option to have 2 Streaming profiles. One for Recorded TV and one for Live TV. That way we can use this one for
Live TV and another one that does support skip for Recorded TV.
Code:
    <TranscoderProfile>
      <Name>Android FFmpeg no video transcoding</Name>
      <Description>Android FFmpeg no video transcoding</Description>
      <HasVideoStream>true</HasVideoStream>
      <MIME>video/MP2T</MIME>
      <MaxOutputWidth>1280</MaxOutputWidth>
      <MaxOutputHeight>720</MaxOutputHeight>
      <Targets>
        <Target>android</Target>
      </Targets>
      <Bandwidth>15000</Bandwidth>
      <Transport>http</Transport>
      <Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
      <TranscoderParameters>
        <codecParameters>-codec:v copy -codec:a aac -b:a 128k -ac 2 -strict experimental -async 1 -sn -f mpegts</codecParameters>
      </TranscoderParameters>
    </TranscoderProfile>
 

Attachments

  • StreamingProfiles.xml
    38.7 KB

regeszter

Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    I just published a new beta on Play Store.

    • The unavailable channels' name are displayed with italic font type (no available free tuner).
    • I changed the channel changing order so please check the channel change and the PIP too.
     

    gonzo90017

    Portal Pro
    September 3, 2012
    238
    26
    25
    Home Country
    United States of America United States of America
    I can't see the latest update in the Play Store. I'm currently using 4.8. It shows it as being the latest version. No updates to install. . .
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    New beta version is available on the Play Store.


    - NEW Premium feature: Picture in Picture in the internal player.
    - NEW feature: audio channel selection.
    - Channel logo added to widget.
    - Bug fixes and performance improvements.

    device-2016-12-08-165455.png device-2016-12-08-165914.png
     

    gonzo90017

    Portal Pro
    September 3, 2012
    238
    26
    25
    Home Country
    United States of America United States of America
    This is how it appears for me on the Google Play Store:
    Screenshot_2016-12-10-11-22-17.png

    As you can see there is no update to install. The last "What's New" for this version is:
    20161030 1652
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    As you can see there is no update to install. The last "What's New" for this version is:
    20161030 1652

    The v20161030 1652 is the last stable release. The 1.1.0 is the last beta version (with PIP and audio channel selection support).

    You can join to beta testers in this link or you have to wait for the next stable.
     

    RogerSch

    New Member
    February 14, 2010
    3
    2
    Home Country
    Netherlands Netherlands
    I really like MPTvScheduler as it much more easier to use than Kodi on my Mobile or Tablet when I only want to plan a recording. However I have got a question.
    The TVServer grabs up to three days of EPG data from the DVB-C streams and in my different Kodi systems (3) I can see and program from the EPG up to three days in advance. In MPTvScheduler I can only see the upcoming 24 hours in the EPG. Is there somewhere a setting to change this also to three days?
     

    Users who are viewing this thread

    Top Bottom