|
PluginsYou can use plugins installed on Kodi to resolve and play streams
<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>
<item> <title>tele 2m</title> <link>plugin://plugin.video.shahidmbcnet/?url=2M&mode=16&name=2M+%5BCOLOR+red%5D%5BTD%5D%5B%2FCOLOR%5D&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&mode=1&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&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. |