Create your own TV
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Live streaming codes

Go down

Live streaming codes Empty Live streaming codes

Post  Destiny Mon Sep 12, 2016 8:50 pm

How to create a simple Live streaming playlist, using an xml file or html page.

Example xml file:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<channel>
<items>

<item>
<title>Title</title>
<link>film url</link>
<thumbnail>image url</thumbnail>
</item>


</items>
</channel>

Example html page:

<item>
<title>Title</title>
<link>film url</link>
<thumbnail>image url</thumbnail>
</item>


Simply add different codes (in blue bold) for more streaming links.

Destiny
Admin

Posts : 15
Join date : 2016-01-12

https://filmimage.board-directory.net

Back to top Go down

Live streaming codes Empty Re: Live streaming codes

Post  Destiny Mon Sep 12, 2016 9:21 pm

Some codes require a different format for streaming.

Example:

<item>
<title>Title</title>
<link>$doregex[getEncLink]</link>
<regex>
<name>getDecLink</name>
<expres>curl = "(.*?)"</expres>
<page>page url</page>
<referer>site url</referer>
</regex>
<regex>
<name>getEncLink</name>
<expres>$pyFunction:base64.b64decode("$doregex[getDecLink]")</expres>
<page></page>
</regex>
</item>

Destiny
Admin

Posts : 15
Join date : 2016-01-12

https://filmimage.board-directory.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum