100% found this document useful (2 votes)
596 views3 pages

LiveStreamsPro Wiki - Functions - Plugins

This document provides examples of how to use plugins in LiveStreamsPro to resolve and play streams. It lists several plugins including SportsDevil, P2P, F.T.V., YouTube, f4mTester, vaughn, ilive, yt-dl, imdbid, vipracing, ResolveUrl, and provides code snippets showing how to call each plugin in LiveStreamsPro using XML tags.

Uploaded by

brookandfield
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
596 views3 pages

LiveStreamsPro Wiki - Functions - Plugins

This document provides examples of how to use plugins in LiveStreamsPro to resolve and play streams. It lists several plugins including SportsDevil, P2P, F.T.V., YouTube, f4mTester, vaughn, ilive, yt-dl, imdbid, vipracing, ResolveUrl, and provides code snippets showing how to call each plugin in LiveStreamsPro using XML tags.

Uploaded by

brookandfield
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

LiveStreamsPro Wiki | Functions / Plugins

T his is Google's cache of http://livestreamspro.pe.hu/wiki/index.php?n=Functions.Plugins. It is a snapshot


of the page as it appeared on 7 Nov 2018 16:52:35 GMT. T he current page could have changed in the
meantime. Learn more.

Full v ersion Text-only version View source


T ip: To quickly find your search term on this page, press Ctrl+F or ⌘-F (Mac) and use the find bar.

Recent Changes - Search: Go


HomePage View
WikiSandbox Edit
History
LiveStreamsPro Print
Setup Functions /
Basics
Functions
Items Plugins
Channels
Listrepeat You can use plugins installed on Kodi to resolve and play streams
Multilink
EPG 1. Sportsdevil :: <sportsdevil></sportsdevil> <referer></referer>
External 2. P2P :: --<p2p></p2p> (discontinued)
links 3. F.T.V. :: <ftv>channel #</ftv> (discontinued)
External calls 4. Youtube :: <utube></utube> (singleid or playlist ONLY)
Regex 5. f4mTester :: <f4m></f4m>
Conditional 6. vaughn :: <vaughn>channelidonly</vaughn> (discontinued)
DoRegex 7. ilive :: <ilive>channelidonly</ilive> (discontinued)
Python 8. Script yt-dl :: <yt-dl></yt-dl>
function 9. imdbid :: <imdb></imdb> (discontinued)
Python 10. vipracing :: $pyFunction:vipracing.decrypt_vipracing(page_url,
codeblock justHtml=False,doDecrypt=True, ref=None, swftoken=None)
Unpacker 11. ResolveUrl :: <urlsolve></urlsolve>
UnWise
Sawlive
Cloud Flare
Sucuri Proxy
Example 1 - call vaughnlive:
Captcha
Plugins
JSON-RPC
Rawpost
Headers
Proxy
Cookies &
Sessions
Redirection

http://webcache.googleusercontent.com/search?q=cache:uY2fY49LHt4J:livestreamspro.pe.hu/wiki/index.php?n=Functions.Plugins+&cd=10&hl=en...
LiveStreamsPro Wiki | Functions / Plugins

Parental <item>
block <title>Telemundo Using Vaughnlive Plugin</title>
<vaughn>telemundo21</vaughn>
ViewMode </item>
<item>
LSDirect <title>Test p2p</title>
<p2p>71e3f5184a8f1948c7a84595c7ce8953a9150ee9</p2p>
LiveResolver </item>
ResolveUrl <item>
<title>beIN SPORTS 3HD</title>
F4M <thumbnail></thumbnail>
Inputstream <sportsdevil>http://showsport-tv.com//update/bein3.html</sportsdevil>
<referer>http://showsport-tv.com/</referer>
SLProxy </item>
Encryption [$[Get Code]]
Examples
FAQ? Example 2:
Developers <item>
Release Notes? <title>tele 2m</title>
<link>plugin://plugin.video.shahidmbcnet/?url=2M&amp;mode=16&amp;
ChangeLog name=2M+%5BCOLOR+red%5D%5BTD%5D%5B%2FCOLOR%5D&amp;
sourceFilter=Teledunet.com</link>
</item>
PmWiki
[$[Get Code]]
Initial Setup Tasks
Basic Editing
Documentation
Example 3 - generic call to any plugin / use the plugin format:
Index
PmWiki FAQ <item>
<title>playme</title>
<link>plugin://plugin.video.p2p-streams/?url=_some_hash&amp;mode=1&amp;
name=acestream+title</link>
pmwiki.org <page></page>
</item>
Cookbook (addons)
Skins (themes) [$[Get Code]]
PITS (issue
tracking)
Mailing Lists Example 4 - call SportsDevil plugin:
OldHome <item>
<title>TEST | wizhdsports - NBA | m3u8</title>
<link>plugin://plugin.video.SportsDevil/?mode=1&amp;
edit SideBar item=catcher%3Dstreams%26url=http://www.wiz1.net/nba</link>
</item>

[$[Get Code]]

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>

[$[Get Code]]

http://webcache.googleusercontent.com/search?q=cache:uY2fY49LHt4J:livestreamspro.pe.hu/wiki/index.php?n=Functions.Plugins+&cd=10&hl=en...
LiveStreamsPro Wiki | Functions / Plugins

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 03:33 AM

http://webcache.googleusercontent.com/search?q=cache:uY2fY49LHt4J:livestreamspro.pe.hu/wiki/index.php?n=Functions.Plugins+&cd=10&hl=en...

You might also like