<br><br><div class="gmail_quote">On Mon, Oct 10, 2011 at 6:42 PM, Josh Norell <span dir="ltr">&lt;<a href="mailto:josh@kci.net">josh@kci.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<u></u>


  

<div bgcolor="#ffffff" text="#000000"><div><div></div><div class="h5">
On 10/10/2011 11:38 AM, &quot;Artemi Bello Lustonó&quot;
<a href="mailto:artemigrj@gmail.com" target="_blank">&lt;artemigrj@gmail.com&gt;</a>&quot; wrote:
<blockquote type="cite"><span style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255, 255, 255)">
  <div>Hi guys,</div>
  <div><br>
  </div>
  <div>I installed mythbuntu 11.04 and configured mytthtv 0.24 to see
my ISP&#39;s stream channels. My ISP uses UDP and RTP streams for its
different channels and mythtv show me all fine.</div>
  <div><br>
  </div>
  <div>I wrote in my test list file channels.m3u:</div>
  <div><br>
  </div>
  <div>#EXTM3U</div>
  <div>#EXTINF:0,001 - FOX</div>
  <div>rtp://<a href="http://239.0.0.74:8208/" style="color:rgb(0, 0, 204)" target="_blank">239.0.0.74:8208</a></div>
  <div>#EXTINF:0,002 - AXN</div>
  <div>rtp://<a href="http://239.0.0.14:8208/" style="color:rgb(0, 0, 204)" target="_blank">239.0.0.14:8208</a></div>
  <div>#EXTINF:0,003 - SYFY</div>
  <div>udp://<a href="http://239.0.0.111:8208/" style="color:rgb(0, 0, 204)" target="_blank">239.0.0.111:8208</a></div>
  <div>#EXTINF:0,004 - Animax</div>
  <div>udp://<a href="http://239.0.0.100:8208/" style="color:rgb(0, 0, 204)" target="_blank">239.0.0.100:8208</a></div>
  <div><br>
  </div>
  <div>I can see all channel from 001 to 004 but when i try come back
from 004 or 003 to 002 or 001 mythtv shows me a error telling me that
mythtv cant find the channel. After all my tests and googling, i think
that problem come when i try change from udp stream to rtp because
mythtv still considering the new channel stream like udp instead rtp.</div>
  <div><br>
  </div>
  <div>If i make up a list channel with only udp or rtp channels all
work fine, but if i use a mixed list channel i can see all rtp
channels, while i dont change to udp channel because, if i do it i only
could see udp channels.</div>
  <div><br>
  </div>
  <div>I must flush list channels using mythtv-setup to see rtp
channels again because mythtv remember the last worked channel and it
was udp so never could see rtp channel...  </div>
  <div><br>
  </div>
  <div>Sorry for my poor english and thanks for responses.</div>
  <div><br>
  </div>
  <div>Goodbye</div>
  </span>
  <pre>  </pre>
</blockquote></div></div>
You could probably create one tuner that only plays UDP channels, and
another that only plays RTP.
</div>

<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><div><br></div>That&#39;s what i did but still same thing happening when i change from udp tunner to rtp tunner.