[TV] HD Channels doesn't work! (1 Viewer)

Status
Not open for further replies.

OnkelChris

Retired Team Member
  • Premium Supporter
  • October 17, 2007
    764
    59
    Home Country
    Germany Germany
    :sorry: :oops:

    of course... logs attached... system specs on the left

    EDIT:
    this one could be the solution... Unfortunately, divx h.264 and MPC-HC is not compatible to MP 1.0.2 :(
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    same for me - logs from OnkelChris will be enough. It seems related to Patch 23474 - cause before it was working - when i remember correctly.


    At least i found this problem which is not correct in Patch 23474:
    Code:
    --- trunk/TvEngine3/TVLibrary/TVLibrary/Implementations/DVB/Structures/PidInfo.cs 2009-08-28 08:20:04 UTC (rev 23473)
    +++ trunk/TvEngine3/TVLibrary/TVLibrary/Implementations/DVB/Structures/PidInfo.cs 2009-08-28 19:44:01 UTC (rev 23474)
    @@ -229,7 +229,7 @@
    {
    get
    {
    - return (isVideo && stream_type == 2);
    + return (isVideo && stream_type == 2 || isVideo && stream_type == 80);
    }
    }
    it should be
    Code:
    + return (isVideo && (stream_type == 2 || stream_type == 80));
     

    Gixxer

    Retired Team Member
  • Premium Supporter
  • August 18, 2007
    1,383
    41
    39
    Spain
    Home Country
    Spain Spain
    users having hd problems, are you able to record hd channels and then watch them with vlc? I cant watch hd and i dont know if its a bug or my codecs as hd channel was added 1 week ago.
     

    gemx

    Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    Sorry, but the patch was correct.

    Both versions (your patch and the original patch) give the same results.

    Your version is just more straight forward and better to read but produces the same result
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    gemx
    oh does C# compiler group && before || ? doesn't matter OK - but it was working before this patch :)
     

    Helios61

    Retired Team Member
  • Premium Supporter
  • January 30, 2008
    4,587
    873
    62
    NRW
    Home Country
    Germany Germany
    users having hd problems, are you able to record hd channels and then watch them with vlc? I cant watch hd and i dont know if its a bug or my codecs as hd channel was added 1 week ago.

    Hi Gixxer!

    Recording and Playback with MPC is working fine!

    Best regards

    Helios
     

    OnkelChris

    Retired Team Member
  • Premium Supporter
  • October 17, 2007
    764
    59
    Home Country
    Germany Germany
    on my system, the inbuilt MPC splitter is not working. funny picture :p with haali installed, everything works like a charm. i can't find the link to the post here in the forum, where it is described, that divx h.264 is not working with MP. There also was a link to the MPC-HC forum where someone said, that MPC is incompatible to the TsReader of MP... If we could disable the inbuilt splitter in MPC-HC, then everything has to play fine
     

    Damandan

    Portal Pro
    May 19, 2007
    111
    12
    39
    Tegelen
    Home Country
    Netherlands Netherlands
    Maybe my logs can help finding the problem of not being able to view HD Channels.

    Also the problem only seems to occur on h.264 HD channels. Discovery HD which is 1080i MPEG2 plays fine.
    This occurs in the tv server configuration when pressing preview channel aswell as in the MediaPortal client application.
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,474
    1,822
    Located
    Home Country
    Norway Norway
    As you can see, the beta-news has been removed, much due to this showstopper. Please await new announcement :)
     

    OnkelChris

    Retired Team Member
  • Premium Supporter
  • October 17, 2007
    764
    59
    Home Country
    Germany Germany
    Damandan:
    which version do you use? i have the 1.0.2...

    i wish i could disable the MPC internal mpeg splitter. this should help the most
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom