MediaPortal 2 Weekly snapshot (2016-08-20) (1 Viewer)

mpirklbauer

Portal Pro
May 7, 2011
285
9
Home Country
Austria Austria
Did it.

Found that there was a problem with an old webradio plugin version.
At the first look seams to solve the issues, but after a few restarts it´s back.

Here are the new log files
 

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #52
    You are currently using all IP addresses to bind UPnP library to:
    Code:
    [2016-09-20 16:03:11,619] [3475  ] [Main  ] [DEBUG] - UPnPControlPoint: HTTP listener for IPv4 protocol started at address '0.0.0.0' on port '49800'
    [2016-09-20 16:03:11,619] [3475  ] [Main  ] [DEBUG] - UPnPControlPoint: HTTP listener for IPv6 protocol started at address '::' on port '49801'
    [2016-09-20 16:03:11,619] [3475  ] [Main  ] [INFO ] - UPnP server: HTTP listener for IPv4 protocol started on port 49802
    [2016-09-20 16:03:11,629] [3485  ] [Main  ] [INFO ] - UPnP server: HTTP listener for IPv6 protocol started at port 49803
    [2016-09-20 16:03:11,629] [3485  ] [Main  ] [DEBUG] - UPnPServer: Initializing IP endpoint '127.0.0.1'
    [2016-09-20 16:03:11,709] [3565  ] [Main  ] [INFO ] - UPnPServerController: SSDP enabled for IP endpoint '127.0.0.1', search port is 1900
    [2016-09-20 16:03:11,709] [3565  ] [Main  ] [DEBUG] - UPnPServer: Initializing IP endpoint 'fe80::20ae:bf5a:1f84:1ac3'
    [2016-09-20 16:03:11,709] [3565  ] [Main  ] [INFO ] - UPnPServerController: SSDP enabled for IP endpoint 'fe80::20ae:bf5a:1f84:1ac3', search port is 1900
    [2016-09-20 16:03:11,709] [3565  ] [Main  ] [DEBUG] - UPnPServer: Initializing IP endpoint '192.168.0.234'
    [2016-09-20 16:03:11,709] [3565  ] [Main  ] [INFO ] - UPnPServerController: SSDP enabled for IP endpoint '192.168.0.234', search port is 1900
    So I'd try to limit the UPnP to:
    • Disable IPv6 and only use IPv4
    • Limit network binding to specific IP only (you can force to use 127.0.0.1)
    This could eliminate possible issues with changing/hanging/corrupted network connections.

    For MP2-Client you can do this inside GUI under Settings... (see screenshot below).
    upload_2016-9-22_14-52-19.png


    Please also check for related topics: https://forum.team-mediaportal.com/search/937903/?q=UseIPv6&o=date

    If you want to do the same for MP2-Server, you need to edit a xml config file: C:\ProgramData\Team MediaPortal\MP2-Server\Config\MediaPortal.Common.Services.ResourceAccess.Settings.ServerSettings.xml
    XML:
    <?xml version="1.0" encoding="utf-8"?>
    <Configuration>
      <Property Name="HttpServerPort">
        <int>0</int>
      </Property>
      <Property Name="UseIPv4">
        <boolean>true</boolean>
      </Property>
      <Property Name="UseIPv6">
        <boolean>true</boolean>
      </Property>
      <Property Name="IPAddressBindings">
        <string>192.168.2.209</string>
      </Property>
    </Configuration>
    Only the IP addresses in "IPAddressBindings" will be used when configured. You can add multiple items separated by ","
     

    osre

    Retired Team Member
  • Premium Supporter
  • December 14, 2014
    775
    387
    Home Country
    Germany Germany
    Seems to work with binding to 127.0.0.1.
    But it would be interesting where it cames from.
    I also had similar Problems when IPV6 was active in MP2.
    The reason was my Fritz.box. Every time a active Internet Connection was established it assigned an external IPv6 to my Computer. Every time the last Connection was closed, it assigned a local IPv6 to my Computer again. Every time when this hapened, the MP2 Server thought my Client is now a different one.
     

    LorD

    Portal Pro
    April 10, 2010
    173
    25
    Home Country
    Germany Germany
    cant play HEVC Live TV.. and is it possible to remap the MP2 keybord keys? I use flirc and it mapps my IR to keyboard and i realy need to modify the keyboard keys to controll MP2 :(
     

    TLD

    Portal Pro
    October 26, 2007
    954
    387
    Rainy Washington
    Home Country
    United States of America United States of America
    EDIT: Never mind found my answer.

    I'm using MP2 Spring 16 and want to switch to the latest svn i need the fix for OnlineVideos (NetFlix).
    Do i need to do a clean install or can i install the svn over my current instillation.


    Thanks
     
    Last edited:

    mpirklbauer

    Portal Pro
    May 7, 2011
    285
    9
    Home Country
    Austria Austria
    EDIT: Never mind found my answer.

    I'm using MP2 Spring 16 and want to switch to the latest svn i need the fix for OnlineVideos (NetFlix).
    Do i need to do a clean install or can i install the svn over my current instillation.


    Thanks

    You can install it over your current installation.
    But if there are problems it´s easier to solve them when you did a fresh installation.
     

    Users who are viewing this thread

    Top Bottom