<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 01/10/2012 10:03 PM, wim wrote:
<blockquote cite="mid:4F0CA790.9090502@gmail.com" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<blockquote cite="mid:4F0AB62C.5080704@exa-omicron.nl" type="cite">
</blockquote>
Hi Robert<br>
<br>
Last sunday afternoon before starting this topic I read your
website.<br>
That looks very promising.<br>
But there are a few bits of information missing. For example how
did you fill your m3u file?<br>
</blockquote>
Yes, I didn't place that information for a reason on my site.<br>
The IPTV providers are not happy when m3u files with links to every
channel is floating around on the internet.<br>
<br>
I wrote a small php script, which parses the index.xhtml which is
returned from <a class="moz-txt-link-freetext" href="http://w.zt6.nl">http://w.zt6.nl</a><br>
This index.xhtml holds all channels as a big piece of "minified"
javascript source.<br>
<br>
Then my php script saves a m3u file in the format (only posting the
first dutch channels)<br>
<br>
<blockquote type="cite">#EXTM3U<br>
#EXTINF:0,1 - NED1<br>
#EXTMYTHTV:xmltvid=ned1.glashart<br>
udp://224.1.3.1:12110<br>
#EXTINF:0,2 - NED2<br>
#EXTMYTHTV:xmltvid=ned2.glashart<br>
udp://224.1.3.2:12112<br>
#EXTINF:0,3 - NED3<br>
#EXTMYTHTV:xmltvid=ned3.glashart<br>
udp://224.1.3.3:12114</blockquote>
<br>
When you want to watch or record up to 5 streams, you have to create
5 IPTV recorders in mythtv-setup, all with the same m3u file as
source.<br>
<br>
I also write a php script, which can be used as a xmltv script,
which loads all EPG data from the w.zt6.nl website (only available
through iptv network, not through internet).<br>
I will post this EPG script somewhere in the near future on my site
(also, when I have a bit more time, very busy with work)<br>
<br>
<blockquote cite="mid:4F0CA790.9090502@gmail.com" type="cite"> Also
the solution with the router is very nice.<br>
But I want to use Mythtv only like I do now. I don't mind the long
channel changing times that much but i do like to have everyting
in one user interface.<br>
<br>
</blockquote>
The only thing I use the amino is the interactive stuff, but maybe
this can be configured in the mythtv in the future.<br>
<br>
<blockquote cite="mid:4F0CA790.9090502@gmail.com" type="cite"> Lets
hope we get the right fiber network.<br>
<br>
</blockquote>
That's really important and can only be based on finding other
fibers users in the neighbourhood with the same ISP, because my
experience is that the ISP's don't know these technical details of
the IPTV connection.<br>
<br>
Regards,<br>
Robert<br>
<blockquote cite="mid:4F0CA790.9090502@gmail.com" type="cite"> Wim<br>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<strong>Exa-Omicron</strong><br>
Patroonsweg 10<br>
3892 DB Zeewolde<br>
Tel.: 088-OMICRON (66 427 66)<br>
<a class="moz-txt-link-freetext" href="http://www.exa-omicron.nl">http://www.exa-omicron.nl</a></div>
</body>
</html>