Status of playback of m3u8 playlist? (1 Viewer)

Ministerk

Super User
  • Team MediaPortal
  • Super User
  • November 28, 2007
    970
    826
    Uppsala
    Home Country
    Sweden Sweden
    I would be great if online videos got m3u8 playlist support, lots of sites have really difficult to work out rtpm streams or DRM'ed content but their mobile site/app often uses m3u8 without DRM, also mobile sites sometimes come with a handy json api..

    Of course one could use VLC player, but internal is so much better!
     

    Brownard

    Development Group
  • Team MediaPortal
  • March 21, 2007
    2,290
    1,872
    Home Country
    United Kingdom United Kingdom
    LAV Splitter can handle m3u8 streams natively (I use it for the AirPlay plugin). Maybe this could be added to the URLSourceSplitter or allow OV to fall back to LAV Splitter?
     

    Nervesagent

    Portal Pro
    February 26, 2014
    150
    19
    44
    Home Country
    Denmark Denmark
    I would be great if online videos got m3u8 playlist support, lots of sites have really difficult to work out rtpm streams or DRM'ed content but their mobile site/app often uses m3u8 without DRM, also mobile sites sometimes come with a handy json api..

    Of course one could use VLC player, but internal is so much better!
    is this still worth bringing up? Totally agree...possible today? I get a new error with latest merged filter stating tag version not support,so I guess Georgius is working on it.
     

    Ministerk

    Super User
  • Team MediaPortal
  • Super User
  • November 28, 2007
    970
    826
    Uppsala
    Home Country
    Sweden Sweden
    I would be great if online videos got m3u8 playlist support, lots of sites have really difficult to work out rtpm streams or DRM'ed content but their mobile site/app often uses m3u8 without DRM, also mobile sites sometimes come with a handy json api..

    Of course one could use VLC player, but internal is so much better!
    is this still worth bringing up? Totally agree...possible today? I get a new error with latest merged filter stating tag version not support,so I guess Georgius is working on it.
    m3u8 media playlists (not master playlists) protocol version 1 and 3 are supported by MediaPortal Url Source Splitter & IPTV Filter. To see what version your play list is check the tag #EXT-X-VERSION. I don't know if @georgius working on support for other versions.
     

    Nervesagent

    Portal Pro
    February 26, 2014
    150
    19
    44
    Home Country
    Denmark Denmark
    I would be great if online videos got m3u8 playlist support, lots of sites have really difficult to work out rtpm streams or DRM'ed content but their mobile site/app often uses m3u8 without DRM, also mobile sites sometimes come with a handy json api..

    Of course one could use VLC player, but internal is so much better!
    is this still worth bringing up? Totally agree...possible today? I get a new error with latest merged filter stating tag version not support,so I guess Georgius is working on it.
    m3u8 media playlists (not master playlists) protocol version 1 and 3 are supported by MediaPortal Url Source Splitter & IPTV Filter. To see what version your play list is check the tag #EXT-X-VERSION. I don't know if @georgius working on support for other versions.


    Well... afaik most of the streams that arent working are Protocol version 3
    Code:
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:5
    #EXT-X-MEDIA-SEQUENCE:892645
    #EXTINF:4.004,
    PROFILE03-446/645-20150527T120353.ts
    #EXTINF:4.004,
    PROFILE03-446/646-20150527T120357.ts
    #EXTINF:4.004,
    PROFILE03-446/647-20150527T120401.ts
    #EXTINF:4.004,
    PROFILE03-446/648-20150527T120405.ts
    #EXTINF:4.004,
    PROFILE03-446/649-20150527T120409.ts
    #EXTINF:4.004,
    PROFILE03-446/650-20150527T120413.ts
    #EXTINF:4.004,
    PROFILE03-446/651-20150527T120417.ts
    #EXTINF:4.004,
    PROFILE03-446/652-20150527T120421.ts

    Examples
    Code:
    #EXTINF:0, Sports-,DISCOVERY HD
    http://200.76.77.237/LIVE/H01/CANAL351/PROFILE03.m3u8?
    #EXTINF:0, Sports-1 Fox 1 (US)
    http://200.76.77.237/LIVE/H01/CANAL415/PROFILE03.m3u8?
    #EXTINF:0, Sports-,Fox Action (US)
    http://200.76.77.237/LIVE/H01/CANAL416/PROFILE03.m3u8?
    #EXTINF:0, Sports-,FOX MOVIES HD (US)
    http://200.76.77.237/LIVE/H01/CANAL417/PROFILE03.m3u8?
    #EXTINF:0, Sports-,FILM ZONE HD (US)
    http://200.76.77.237/LIVE/H01/CANAL440/PROFILE03.m3u8?
    #EXTINF:0, Sports-,FOX CINEMA (US)
    http://200.76.77.237/LIVE/H01/CANAL472/PROFILE03.m3u8?
    #EXTINF:0, Sports-,Fox Family (US)
    http://200.76.77.237/LIVE/H01/CANAL475/PROFILE03.m3u8?
    #EXTINF:0, Sports-,FOX CLASSICS (US)
    http://200.76.77.237/LIVE/H01/CANAL478/PROFILE03.m3u8?
     

    Users who are viewing this thread

    Similar threads

    Hi, First off: there are some issues with the latest Mediaportal (32bits vs 64bits), so that is one of the issues you're stumbling with. If you take the previous version (1.31) it should work as expected. For IPTV there is also a different option (with different pros and cons): Onlinevideos. I'm using that sometimes for my IPTV as...
    Hi, First off: there are some issues with the latest Mediaportal (32bits vs 64bits), so that is one of the issues you're stumbling...
    Hi I am trying to play a m3u file from my IPTV provider, but when I try to install the TV part of Media Portal v1.3.2 I get an...
    Replies
    1
    Views
    678
    Debounce Registry Setting For anyone who wants to try the debounce registry setting, this is the setting: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HidIr\Remotes\745a17a0-74d3-11d0-b6fe-00a0c90f57da] "EnableDebounce"=dword:00000001 There are several different values for the...
    Debounce Registry Setting For anyone who wants to try the debounce registry setting, this is the setting: Windows Registry Editor...
    I'm currently testing the new Sofabaton x1 remote control with which I want to replace my Harmony. Everything looks good so far...
    Replies
    4
    Views
    851
    MP1 MP2 MP2 - V2.5 Media Source DE
    @Brownard, just a stupid question. Yes it works now by manually entering the path. However when i try to edit the settings (like because i want to disable the share watch) I can select my Media Source, however i seems to only briefly been shown and the goes back to the list. So i cannot actually edit it. Can et bee due to the "long"...
    @Brownard, just a stupid question. Yes it works now by manually entering the path. However when i try to edit the settings (like...
    I had to replace my NAS and after reinstalling a new one i thought. Lets modify the Media Source. - However that did not work "if"...
    Replies
    25
    Views
    2K
    I need to try MadVR, I hope my Intel NAC can manage it.
    I need to try MadVR, I hope my Intel NAC can manage it.
    Remember PAL DVDs of US movies and TV Shows, and how they were converted to 25 fps thus introducing a "smurf lite" pitch on the...
    Replies
    2
    Views
    366
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work. Spotify desktop app installed on same computer as you are going to use with MediaPortal Getting ready Create an app at spotify, use this link: Dashboard | Spotify for Developers, you have to login. Click...
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work...
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work...
    Replies
    0
    Views
    1K
    Top Bottom