Recent Changes - Search:

LiveStreamsPro

PmWiki

pmwiki.org

edit SideBar

Inputstream

InputStream Addon support

To play multibitrate HLS, MPD or ISM streams via the InputStream Adaptive Addon (Kodi >=17.6) use the <inputstream> tag.

InputStream is disabled by default Kodi and has to be enabled manually. Once the Addon is enabled, it can be used from within LSPRO. With this now you can play:

  • Multibitrate adaptive HLS (.m3u8)
  • MPEG-DASH (.mpd)
  • Microsoft Smoothstream & silverlight streams (.ism)



Use <inputstream>url</inputstream> instead of <link>url</link> and LSPRO will ask Kodi to play the stream using Inputstream.Adaptive.

<item>
<title>inputstream hls link</title>
<inputstream>https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8</inputstream>
<page></page>
</item>

<item>
<title>inputstream ss link</title>
<inputstream>http://playready.eastus2.cloudapp.azure.com/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest</inputstream>
<page></page>
</item>

<item>
<title>inputstream dash link</title>
<inputstream>http://www.bok.net/dash/tears_of_steel/cleartext/stream.mpd</inputstream>
<page></page>
</item>


see also https://github.com/peak3d/inputstream.adaptive

Edit - History - Print - Recent Changes - Search
Page last modified on May 28, 2018, at 03:53 PM
Free Web Hosting