Recent Changes - Search:

LiveStreamsPro

PmWiki

pmwiki.org

edit SideBar

Plugins

You can use plugins installed on Kodi to resolve and play streams

  1. Sportsdevil :: <sportsdevil></sportsdevil> <referer></referer>
  2. P2P :: --<p2p></p2p> (discontinued)
  3. F.T.V. :: <ftv>channel #</ftv> (discontinued)
  4. Youtube :: <utube></utube> (singleid or playlist ONLY)
  5. f4mTester :: <f4m></f4m>
  6. vaughn :: <vaughn>channelidonly</vaughn> (discontinued)
  7. ilive :: <ilive>channelidonly</ilive> (discontinued)
  8. Script yt-dl :: <yt-dl></yt-dl>
  9. imdbid :: <imdb></imdb> (discontinued)
  10. vipracing :: $pyFunction:vipracing.decrypt_vipracing(page_url, justHtml=False,doDecrypt=True, ref=None, swftoken=None)
  11. ResolveUrl :: <urlsolve></urlsolve>



Example 1 - call vaughnlive:

<item>
    <title>Telemundo Using Vaughnlive Plugin</title>
    <vaughn>telemundo21</vaughn>
</item>
<item>
    <title>Test p2p</title>
    <p2p>71e3f5184a8f1948c7a84595c7ce8953a9150ee9</p2p>
</item>
<item>
    <title>beIN SPORTS 3HD</title>
    <thumbnail></thumbnail>
    <sportsdevil>http://showsport-tv.com//update/bein3.html</sportsdevil>
    <referer>http://showsport-tv.com/</referer>
</item>


Example 2:

<item>
    <title>tele 2m</title>
    <link>plugin://plugin.video.shahidmbcnet/?url=2M&amp;mode=16&amp;name=2M+%5BCOLOR+red%5D%5BTD%5D%5B%2FCOLOR%5D&amp;sourceFilter=Teledunet.com</link>
</item>


Example 3 - generic call to any plugin / use the plugin format:
<item>
    <title>playme</title>
    <link>plugin://plugin.video.p2p-streams/?url=_some_hash&amp;mode=1&amp;name=acestream+title</link>
    <page></page>
</item>


Example 4 - call SportsDevil plugin:
<item>
    <title>TEST | wizhdsports - NBA | m3u8</title>
    <link>plugin://plugin.video.SportsDevil/?mode=1&amp;item=catcher%3Dstreams%26url=http://www.wiz1.net/nba</link>
</item>


Example 5 - catch and decrypt vipracing streams:
<item>
  <title>News</title>
  <link>$doregex[rtmp]</link>
  <regex>
    <name>rtmp</name>
      <expres>$pyFunction:vipracing.decrypt_vipracing('http://www.streamlive.to/view/68967/CNN',False,False,
              'http://vipracing.info/',swftoken="qdcc97a865cc90d7df722cfa8c295589")
      </expres>
    <page></page>
  </regex>
</item>

Since versin 2.6.8 there is a new optional parameter so that you can pass the token (if the site support it otherwise normal execution will resume), since the same code is used by many site, i am sure their token will be different hence don't want to hard-code the value so play it like this.

Edit - History - Print - Recent Changes - Search
Page last modified on May 29, 2018, at 06:33 AM
Free Web Hosting