DVB-IP MediaPortal IPTV Source Filter (4 Viewers)

Status
Not open for further replies.

georgius

Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    As you maybe now, DVB-IP filter is now integral part of MediaPortal (from version 1.5.0). So, it's not needed to replace MediaPortal filter with this one. Anyway, there is another project I'm working on, it's merging project of IPTV filter and MediaPortal Url Source Splitter from OnlineVideos. Everything what you can need is in first post. I'll be happy if you can test it or add some improvement suggestions.
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    I'am trying to set playlist.m3u file from my provider in MP 1.5. Under Windows 7 x64. I put it in C:/Program Files (x84)/Team MediaPortal/MediaPortal Server/TuningParameters/dvbip/
    But TV Server setup do not see this file... Maybe problem with x64 version. Maybe I should put it in somewhere else? Please help
    Are you sure with path? It should be C:\ProgramData\Team MediaPortal\MediaPortal TV Server\TuningParameters\dvbip.
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Because you didn't attached logs, I suppose that in TV Server Configuration you see URL's which are scanned. In that case the most common cause of not scanned channels is firewall or antivirus solution. Check and allow all (TCP and UDP) ports for MediaPortal processes (especially for TvService.exe and SetupTv.exe), also I recommend to exclude MediaPortal processes (MediaPortal.exe, TvService.exe and SetupTv.exe) from antivirus solution (especially Microsoft Security Essentials).
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,959
    1,270
    Saratov
    Home Country
    Russian Federation Russian Federation
    Thank You very much!!! My fault.
    Now TV Server see playlist file, but scanning results in 0 channels. Althought, provider's player (VLC) with this file works((

    Playlist beginning:
    #EXTM3U url-tvg="http://www.teleguide.info/download/new3/jtv.zip" deinterlace=1 aspect-ratio=4:3 crop=700x550+10+10 cache=1000
    #EXTINF:-1,ПЕРВЫЙ НАЦИОНАЛЬНЫЙ-ЭРА
    udp://@239.2.1.17:11111
    #EXTINF:-1,Черноморка
    udp://@239.1.10.11:11111
    url-tvg="http://www.teleguide.info/download/new3/jtv.zip" deinterlace=1 aspect-ratio=4:3 crop=700x550+10+10 cache=1000 should be deleted from playlist since IPTVfilter can't parse it correctly
     

    micmanm

    Portal Pro
    May 22, 2009
    95
    16
    Home Country
    Ukraine Ukraine
    Hello Georgius!
    Is construction "C:|url=udp://233.10.12.1:7777|SidValue=10|PidValue=50"
    for workaround of changing SID and PID in stream still working in 1.6.0.Pre release?
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Hello Georgius!
    Is construction "C:|url=udp://233.10.12.1:7777|SidValue=10|PidValue=50"
    for workaround of changing SID and PID in stream still working in 1.6.0.Pre release?
    It should be working. Same code and same filter as in MP 1.5.0.
     

    micmanm

    Portal Pro
    May 22, 2009
    95
    16
    Home Country
    Ukraine Ukraine
    Thanks for reply.
    After upgrade MP from 1.5.0 to 1.6.0 Pre I can`t play any channels with this construction. Channels played only if used "clean" url.
    Here is example playlist and logs
    Code:
    #EXTM3U
    #EXTINF:0,Nickelodeon (D)
    http://172.30.30.30:8081/nikelodeon
    #EXTINF:0,Nickelodeon (D)
    C:|url=http://172.30.30.30:8081/nikelodeon|SidValue=10|PidValue=101
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    @Sebastiii, can you look on logs from previous post? I think that MP1-4197 changes made by you, are causing this issue. From logs:
    Code:
    [2013-12-22 19:32:27,771] [Log    ] [26      ] [INFO ] - dvbip: tune: Running graph for channel TvLibrary.Implementations.DVB.TvDvbChannel
    [2013-12-22 19:32:27,771] [Log    ] [26      ] [INFO ] - dvbip: tune: SubChannel 0
    [2013-12-22 19:32:27,771] [Log    ] [26      ] [INFO ] - dvbip: tune: Graph running. Returning TvLibrary.Implementations.DVB.TvDvbChannel
    But no RunGraph() method is called, I assume that IsAbsoluteUrl() return false on this specific URL: 'C:|url=http://172.30.30.30:8081/nikelodeon|SidValue=10|PidValue=101'.
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Ah yes that possible, we have a 'C:' :)
    How do we do, the TVE3 is in code freeze, the url must be with 'C:' ?
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Ah yes that possible, we have a 'C:' :)
    How do we do, the TVE3 is in code freeze, the url must be with 'C:' ?
    The letter itself is not relevant, but colon is relevant. If on second place is colon, then TV Service Configuration doesn't change URL (SetupTv.Utils.
    GetQualifiedFilename() method).
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom