1.16.0 Pre "breaks" my network configuration (1 Viewer)

mm1352000

Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Log file says:
    [2017-03-10 11:13:54,634] [Log ] [3 ] [INFO ] - Controller: find free card for channel ORF eins
    [2017-03-10 11:13:54,634] [Log ] [3 ] [INFO ] - Controller: find card for channel ORF eins
    [2017-03-10 11:13:54,868] [Log ] [3 ] [INFO ] - Controller: got 1 tuning details for ORF eins
    [2017-03-10 11:13:54,868] [Log ] [3 ] [INFO ] - Controller: channel #1 DVBIP:tv:A1 Telekom Austria AG ORF eins Freq:0 ONID:0 TSID:1 SID:1 PMT:0x2A FTA:True LCN:10000 Url:rtp://@239.2.16.1:8208
    ...
    [2017-03-10 11:12:16,305] [Log ] [TVService] [INFO ] - Controller: started at HTPC-KaRo
    [2017-03-10 11:12:16,305] [Log ] [TVService] [INFO ] - Controller: local ip address:192.168.2.22
    [2017-03-10 11:12:16,305] [Log ] [TVService] [INFO ] - Controller: local ip address:10.0.0.122
    [2017-03-10 11:12:16,336] [Log ] [TVService] [INFO ] - Controller: server running on HTPC-KaRo
    ...
    [2017-03-10 11:13:57,199] [Log ] [3 ] [INFO ] - dvb: RunGraph returns: 0xFFFFFFFE

    That error code (0xFFFFFFFE) means the IPTV source did not receive any data.
    Nothing has changed in the RTP/UDP code between 1.15 and 1.16 PR, so something else is causing this problem.
    Please try the 3 suggestions (check routing rules, security software config, and Wireshark debug) in my previous reply.

    P.S. I assume that the channel URLs are correct.
     

    joEhSuper

    MP Donator
  • Premium Supporter
  • June 2, 2011
    1,010
    582
    Home Country
    Austria Austria
    P.S. I assume that the channel URLs are correct.
    Yes, they are correct
    Before installing MP 1.16.0. PRE it works also with vlc-MediaPlayer after installing MP 1.16.0 PRE it also doesn't work there...

    Nothing has changed in the RTP/UDP code between 1.15 and 1.16 PR, so something else is causing this problem.
    Yes, SOMETHING :cautious::cautious::cautious: IS changing my network configuration during installation of MP 1.16.0 Pre...

    Please try the 3 suggestions (check routing rules, security software config, and Wireshark debug) in my previous reply.
    Will TRY ... but my skills in network (routing...) are very small :unsure:
     

    joEhSuper

    MP Donator
  • Premium Supporter
  • June 2, 2011
    1,010
    582
    Home Country
    Austria Austria
    Before installing MP 1.16.0. PRE it works also with vlc-MediaPlayer
    I checked this again and: After going back (whole System recovery) to MP 1.15.0 TV works in MP but NOT!!! in VLC media Player!!!
    Now my confusion is perfect:confused::confused::confused:
    need massage :(:LOL::sleep:
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    ...after installing MP 1.16.0 PRE it also doesn't work there...
    This suggests the problem is system-wide, and the solution must also be at that level (eg. OS, NIC or security software config etc.).

    Yes, SOMETHING :cautious::cautious::cautious: IS changing my network configuration during installation of MP 1.16.0 Pre...
    The RTP/UDP code that I mentioned is not executed during installation/upgrade. It's used when you try to receive an RTP stream/channel.

    I honestly can't imagine how the installer could mess up your network config. Off the top of my head, the only network-related config that the installer changes is adding firewall exceptions. That is optional.
     

    joEhSuper

    MP Donator
  • Premium Supporter
  • June 2, 2011
    1,010
    582
    Home Country
    Austria Austria
    @mm1352000 do you have any idea how it can be, that TV Streams work in MP (no matter wich version) but NOT in VLC mediaplayer?

    I guess, if I can make them work in VLC there also will not be any problem in MP (after upgrading to 1.16.0 Pre).
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    do you have any idea how it can be, that TV Streams work in MP (no matter wich version) but NOT in VLC mediaplayer?
    Run:
    route print -4 > route.txt

    And run:
    tracert -4 -d 239.2.16.29 > tracert.txt

    And attach route.txt and tracert.txt :)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Or try:
    Code:
    Open cmd as administrator (right click run as administrator)
    - Delete the default multicast routes.:
    route delete 224.0.0.0 mask 240.0.0.0
    - Add the route to the NIC you want.:
    route add 224.0.0.0 mask 240.0.0.0 10.0.0.50
     

    joEhSuper

    MP Donator
  • Premium Supporter
  • June 2, 2011
    1,010
    582
    Home Country
    Austria Austria
    SOLVED!!!:)

    I did a "fresh" routing for my network and it works again - in MP 1.16.0. Pre and again in VLC.
    Sometime in the past Something must have changed my routing for multicast adresses...
    Nevertheless strange that this only affected vlc but not MP -
    goooood MP goooood :D:D:D
    baaaad Windows baaaaad :p:p:p

    Thanks for your help and patience @mm1352000 and @ajs !!!(y)
     

    joEhSuper

    MP Donator
  • Premium Supporter
  • June 2, 2011
    1,010
    582
    Home Country
    Austria Austria
    @ajs
    It's obsolet - but mabe you want to see the config wich ist running now :)
     

    Attachments

    • route.txt
      2.6 KB
    • tracert.txt
      2.1 KB

    Users who are viewing this thread

    Top Bottom