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

TheBatfink

MP Donator
  • Premium Supporter
  • June 11, 2007
    1,288
    221
    Nottingham
    Home Country
    United Kingdom United Kingdom
    Thanks Georgius, that makes sense, will do that. I'd read the IPTV standard wiki docs and noticed proxy specifically wasn't supported in the m3u files so didn't think saving the playlist again was needed. Guess this plugin is adding the functionality :)

    Thanks for prompt reply!
     

    Penbrock2

    Portal Member
    December 18, 2014
    41
    3
    61
    Home Country
    United States of America United States of America
    Error uninstalling to install update?

    Anyone else have an issue updating this? Mine stops responding while trying to uninstall
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    Hi all

    Not much going on in this thread - so here goes one issue I'm starting to see:

    Not all m3u8's work anymore in my plugin. The issue is with the live-channels.

    This m3u8 works:
    Code:
    #EXTM3U
    #EXT-X-TARGETDURATION:10
    #EXT-X-ALLOW-CACHE:YES
    #EXT-X-VERSION:3
    #EXT-X-MEDIA-SEQUENCE:150732054
    #EXTINF:10.000,https://dr01-lh.akamaihd.net/i/dr01_0@147054/segment150732054_2300_av-b.ts?sd=10&b=100-3000&rebase=on
    #EXTINF:10.000,https://dr01-lh.akamaihd.net/i/dr01_0@147054/segment150732055_2300_av-b.ts?sd=10&b=100-3000&rebase=on
    #EXTINF:10.000,https://dr01-lh.akamaihd.net/i/dr01_0@147054/segment150732056_2300_av-b.ts?sd=10&b=100-3000&rebase=on

    And this does not:
    Code:
    #EXTM3U
    #EXT-X-TARGETDURATION:10
    #EXT-X-ALLOW-CACHE:NO
    #EXT-X-VERSION:4
    #EXT-X-MEDIA-SEQUENCE:150732045
    #EXTINF:10.000,https://dr02-lh.akamaihd.net/i/dr02_0@147055/segment150732045_2300_av-b.ts?sd=10&b=100-3000&rebase=on&set-akamai-hls-revision=custom
    #EXTINF:10.000,https://dr02-lh.akamaihd.net/i/dr02_0@147055/segment150732046_2300_av-b.ts?sd=10&b=100-3000&rebase=on&set-akamai-hls-revision=custom
    #EXTINF:10.000,https://dr02-lh.akamaihd.net/i/dr02_0@147055/segment150732047_2300_av-b.ts?sd=10&b=100-3000&rebase=on&set-akamai-hls-revision=custom

    Now, the difference is that the EXT-X-VERSION in the non-working m3u8 is 4 instead of 3, and EXT-X-ALLOW-CACHE is NO instead of YES.

    Both m3u8's play just fine in VLC...

    The m3u8's might be geofenced, but they live here:
    Working: https://dr01-lh.akamaihd.net/i/dr01_0@147054/index_2300_av-p.m3u8?sd=10&b=100-3000&rebase=on
    Not working https://dr02-lh.akamaihd.net/i/dr02...3000&set-akamai-hls-revision=custom&rebase=on
     

    superforever

    Portal Pro
    April 13, 2009
    156
    15
    Is this version support MP 1.8?

    I uninstall and installed from extension installer and when I went to TV card it showed the IPTV card as unknown and didn't show up for me to scan for channel.

    Any idea?
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,566
    2,938
    Nuenen
    Home Country
    Netherlands Netherlands
    For usage in tvserver (so I have a guide, recording capabilities and whatnot),
    does it still need to be an mpeg-2 stream, or are other formats supported too?
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,566
    2,938
    Nuenen
    Home Country
    Netherlands Netherlands
    Hm, I'm trying to properly fill an m3u-file in the dvbip folder, but I don't seem to get it to work.
    Probably putting wrong urls at the wrong place...
    Has anyone a publicly viewable url that I can use to test it?, and an accompanying m3u?
     

    TheBatfink

    MP Donator
  • Premium Supporter
  • June 11, 2007
    1,288
    221
    Nottingham
    Home Country
    United Kingdom United Kingdom
    Mine are just:

    Code:
    #EXTM3U
    #EXTINF:0,Channel Name
    http://linktothechannel.com/something.ts

    Lines 2 and 3 then repeat for each channel. I then load the playlist and enrich if needed in the plugin screens then save it again. Then I use that saved file to run in TVServer channel import. I do notice it struggles with m3us I may get from elsewhere with guide id’s and icon urls. Maybe that is some format that isn’t supported. I just regex out all the fat until left with the above.
     

    Users who are viewing this thread

    Top Bottom