MERGING MediaPortal Url Source Splitter & IPTV Filter (3 Viewers)

doskabouter

Development Group
  • Team MediaPortal
  • September 27, 2009
    4,566
    2,938
    Nuenen
    Home Country
    Netherlands Netherlands
    Ok, I've found some time to try to get some progress on this...
    Scanning did show the channel, but playback gave an error. Probably because it's not a ts-stream.
    Then I tried through the plugin (Mediaportal IPTV filter... in the tvservice) but I'm afraid I don't know exactly what to do there.
    I can successfully open an m3u as playlist, but the next step to take is a complete mystery to me... I see a lot of buttons, but none of them seem to do anything
    Is there any step by step guide on how to work with that plugin?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,496
    10,374
    Kyiv
    Home Country
    Ukraine Ukraine
    Can I watch the IPTV channels of my provider?
    ISP IPTV List:
    Code:
    #EXTM3U
    
    http://play.lanet.tv/list/top/index.m3u?key=ISPKEY

    By this link I can get the list of channels:
    Code:
    #EXTM3U
    
    #EXTINF:0, 1+1
    http://play.lanet.tv/live/9002.m3u8?key=ISPKEY
    
    #EXTINF:0, Новий канал
    http://play.lanet.tv/live/9006.m3u8?key=ISPKEY

    Further:
    Code:
    #EXTM3U
    
    #EXT-X-STREAM-INF:PROGRAM-ID=9002,BANDWIDTH=451584,RESOLUTION=640x360
    http://kiev4-cdn.lanet.tv/live/5002.m3u8?key=ISPKEY
    #EXT-X-STREAM-INF:PROGRAM-ID=9002,BANDWIDTH=1935360,RESOLUTION=864x486
    http://kiev4-cdn.lanet.tv/live/9002.m3u8?key=ISPKEY

    Further:
    Code:
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-MEDIA-SEQUENCE:360939
    #EXT-X-TARGETDURATION:4
    #EXTINF:4.000,
    9002-1533457578632.ts?key=ISPKEY
    #EXTINF:4.000,
    9002-1533457582641.ts?key=ISPKEY
    #EXTINF:4.000,
    9002-1533457586641.ts?key=ISPKEY

    Tried all the options, not in one failed to get the channels in the TV server. :(
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Looks like mpeg-dash or apple smth similar with master playlist. If so it's not supported

    Отправлено с моего Redmi 3S через Tapatalk
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,496
    10,374
    Kyiv
    Home Country
    Ukraine Ukraine
    There are no workarounds? Can you add support for this? Dune and VLC will say this is normal. But I have not checked it yet.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,496
    10,374
    Kyiv
    Home Country
    Ukraine Ukraine
    VLC show IPTV from playlist
    upload_2018-8-5_12-14-57.png
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    VLC show IPTV from playlist
    View attachment 198147
    As I remember georgious said anything playable in vlc shoyld be played in MP. Did you try to test low-level playlist and look in logs?

    Отправлено с моего Redmi 3S через Tapatalk
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,496
    10,374
    Kyiv
    Home Country
    Ukraine Ukraine
    @Edalex in VLC i open this list:
    Code:
    #EXTM3U
    
    #EXTINF:0, 1+1
    http://play.lanet.tv/live/9002.m3u8?key=ISPKEY
    
    #EXTINF:0, Новий канал
    http://play.lanet.tv/live/9006.m3u8?key=ISPKEY
    In MP this list return error when scan :(

    --
    WBR, ajs :):whistle::coffee:
     

    Users who are viewing this thread

    Top Bottom