Re: Plugin development help

Posted:
Thu Dec 06, 2012 10:49 pm
by zip
Ok, so the stream is not a very good quality. It's possible the TV requires a quality stream, thus closing the connection and moving on. It might work for others with other TVs. Also, if it's a live stream, don't forget to set live to true in the plugin.
Re: Plugin development help

Posted:
Sat Jul 06, 2013 12:44 am
by clgoose
Hi,
I am new here...just wanted to know...if any one got this plugin for mms:// stream working in Serviio.
Thanks in advance.
CL.
Re: Plugin development help

Posted:
Sat Jul 06, 2013 3:56 pm
by zip
mms:// should be supported. Try mmst://
Re: Plugin development help

Posted:
Fri Jul 19, 2013 2:40 am
by clgoose
- Code:
<item>
<title>Kalaignar</title>
<link>http://$doregex[url1]%20$doregex[url2]%20$doregex[url3]</link>
<regex>
<name>url1</name>
<expres>mms://.*?([^\s]*)<expres>
<page>http://freeasia.tv/freetv/tamil/knagar.php</page>
<referer>http://freeasia.tv</referer>
</regex>
<regex>
<name>url2</name>
<expres>mms://.*?\s([^\s]*)<expres>
<page>http://freeasia.tv/freetv/tamil/knagar.php</page>
<referer>http://freeasia.tv</referer>
</regex>
<regex>
<name>url3</name>
<expres>mms://.*?\s.*?\s([^"]*)<expres>
<page>http://freeasia.tv/freetv/tamil/knagar.php</page>
<referer>http://freeasia.tv</referer>
</regex>
</item>
Can this regex code be added into Serviio. Can anyone please guide me how to add it into Serviio.
Appreciate any help. Thanks in advance!!!
CL