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

mike1

MP Donator
  • Premium Supporter
  • September 7, 2012
    88
    8
    59
    Home Country
    Germany Germany
    Yes, there were duplicates. I deleted all channels and did a rescan.
    Now it works...
     

    mike1

    MP Donator
  • Premium Supporter
  • September 7, 2012
    88
    8
    59
    Home Country
    Germany Germany
    As i said in an earlier post - my channel switching does not work well. I would need a command like this before stream: http://192.168.2.33/web/zap?sRef=1:0:19:283D:3FB:1:C00000:0:0:0:
    I would like to try to code that in you plugin source. I hope that is allowed?
    Is that the right souce:
    MediaPortal-1-MP1-4155-FEAT-Merge_of_IPTV_filter_and_MediaPortal_Url_Source_Splitter\DirectShowFilters\MPUrlSourceSplitter\MPUrlSourceSplitter\MPUrlSourceSplitter_Protocol_Http\MPUrlSourceSplitter_Protocol_Http.cpp
    I was wondering because i sounds it would be for MP2 "This file is part of MediaPortal 2"...
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    As i said in an earlier post - my channel switching does not work well. I would need a command like this before stream: http://192.168.2.33/web/zap?sRef=1:0:19:283D:3FB:1:C00000:0:0:0:
    I would like to try to code that in you plugin source. I hope that is allowed?
    Is that the right souce:
    MediaPortal-1-MP1-4155-FEAT-Merge_of_IPTV_filter_and_MediaPortal_Url_Source_Splitter\DirectShowFilters\MPUrlSourceSplitter\MPUrlSourceSplitter\MPUrlSourceSplitter_Protocol_Http\MPUrlSourceSplitter_Protocol_Http.cpp
    I was wondering because i sounds it would be for MP2 "This file is part of MediaPortal 2"...
    You have to use another branch: MP1-4155-FEAT-Merge_of_IPTV_filter_and_MediaPortal_Url_Source_Splitter_2_1_4_5424, because branch MP1-4155-FEAT-Merge_of_IPTV_filter_and_MediaPortal_Url_Source_Splitter is reserved for transcoding. The code is open source, so you can freely make changes for your own.
     

    mike1

    MP Donator
  • Premium Supporter
  • September 7, 2012
    88
    8
    59
    Home Country
    Germany Germany
    Mhm, thank you for pointing me to that branch.
    Three questions:
    - I was able to compile this branch -> SetupTV shows Version 1.11.100.18 -> Should it not be 1.12.something?
    - I have not really an idea where to start :-(
    What I would like to try is just before sending the streaming - URI i would send the "Change channel URI". Could you give me a help, please?
    - If the best Point would be inside an DirectShowFilter -> How could i debug one? Is there also a way to attach while running?
    Thank you in advance!
     

    felix_clerc

    Portal Pro
    October 28, 2009
    82
    6
    Home Country
    Switzerland Switzerland
    Hello,
    I don't know if this thread is the proper place to ask for this, feel free to move it if not :)
    My provider is moving his way of broadcasting TV channels using the HLS protocol.
    Unfortunately, it is not supported by the tv server, nor this plugin...
    Is there any plan to add support for this protocol?
    Basically, the channel file provided is in m3u8 format, and only contains entries pointing to other m3u8 files.
    I can post some sample files if this is Something you want to work on.

    Oh, and for info, this is working fine in Kodi as some of the users of the same provider say on their forum.

    Thanks in advance,
    Félix
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Hello,
    I don't know if this thread is the proper place to ask for this, feel free to move it if not :)
    My provider is moving his way of broadcasting TV channels using the HLS protocol.
    Unfortunately, it is not supported by the tv server, nor this plugin...
    Is there any plan to add support for this protocol?
    Basically, the channel file provided is in m3u8 format, and only contains entries pointing to other m3u8 files.
    I can post some sample files if this is Something you want to work on.

    Oh, and for info, this is working fine in Kodi as some of the users of the same provider say on their forum.

    Thanks in advance,
    Félix
    Can you post example of channel m3u8 file and also channel pointed m3u8 file? After that it will be much clearer what kind of m3u8 files you have.
     

    Topi

    Portal Member
    October 26, 2012
    31
    8
    Home Country
    Switzerland Switzerland
    Hi there,
    perhaps as an ordinary end user I am here in the wrong thread, so feel free to move or delete my posting.
    However, I am looking for a way to run the m3u playlist of the Free IPTV-Project provided by http://wownet.ro/iptv/ (see https://wownet.ro/install/ for further information).
    Would this be supported by the plugin and if so, how would I get it to work?
    Thanks in advance,
    topi
     
    Last edited:

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Hi there,
    perhaps as an ordinary end user I am here in the wrong thread, so feel free to move or delete my posting.
    However, I am looking for a way to run the m3u playlist of the Free IPTV-Project provided by http://wownet.ro/iptv/ (see https://wownet.ro/install/ for further information).
    Would this be supported by the plugin and if so, how would I get it to work?
    Thanks in advance,
    topi
    Short answer is no. Longer answer is little bit complicated. Supplied m3u playlist is not playable or scanable by TV service. It probably contains specific parameters, probably for KODI plugin. When I try to open some URLs, most of them were not working. When I successfully downloaded stream m3u8 file, I found, that it is m3u8 master playlist, which is not supported. Master playlist contains several streams and filter simply doesn't know, which stream you want to play.
     

    Topi

    Portal Member
    October 26, 2012
    31
    8
    Home Country
    Switzerland Switzerland
    Thanks Georgius for the explanations.
    Based on that, I suppose that I will not have any luck with the Wordlwide IPTV - Free IPTV Project http://community.iptv.ink/ , too. The m3u playlist (http://tv.iptv.ink/iptv.ink) there seems to be very similar to that of wownet.ro as far as I understand it.
    However, I wonder, are there any other free IPTV services/playlist which would fit to MediaPortal resp. the plugin?
    Thanks for a hint in advance,
    topi
     

    Users who are viewing this thread

    Top Bottom