<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 07/30/2011 12:51 AM, Raymond Wagner wrote:
<blockquote cite="mid:4E338DE1.2050300@wagnerrp.com" type="cite">
<pre wrap="">On 7/29/2011 23:33, Barry Fawthrop wrote:
</pre>
<blockquote type="cite">
<pre wrap="">tvtime works right out of the box (so to speak)
</pre>
</blockquote>
<pre wrap="">
TVTime only works with analog framegrabbers. Your card is an analog
framegrabber and digital tuner in one. While MythTV can handle V4L
framegrabbers, as far as most of us around here are concerned, they are
to be avoided at all costs.
Framegrabbers do just what it sounds like. They capture raw frames, and
store them temporarily in a location in memory. TVTime then takes that
frame, and copies it into your display buffer, and that's it. It leaves
audio passthrough up to the user. That is what framegrabbers were
designed to do, and in that scenario, they are cheap, effective, and
work well.
Now we come to MythTV, and being a DVR, MythTV records everything.
Instead of simply shifting some memory around, MythTV has to capture all
that data, store it in some longer term buffer, encode it in real time
to some compressed format, grab the audio either out of the tuner or
through a separate sound card, encode it, and multiplex the two together
while maintaining A/V sync. There are a ton of pitfalls in this
process, and are a never ending source of trouble to both the users and
the developers.
What I have been directing you to configure is the digital side of that
tuner, and if you just use that side and ignore the analog 'support'
entirely, it will work great. Cable providers will rebroadcast the
local stations unencrypted in a manner that card can record. They may
offer more unencrypted, but that varies from region to region. Silicon
Dust offers a database of expected clear QAM channel lineups,
search-able by zip code.
<a class="moz-txt-link-freetext" href="http://www.silicondust.com/support/channels/">http://www.silicondust.com/support/channels/</a>
If you want to record analog cable, you should use a hardware encoder.
A hardware encoder does all that messy stuff described above in
hardware, and offers MythTV a nice clean MPEG2 stream. They are a bit
more expensive, but what you pay in cost, you more than recover in ease
of use.
<a class="moz-txt-link-freetext" href="http://www.mythtv.org/wiki/Analog_Hardware_Encoder_Cards">http://www.mythtv.org/wiki/Analog_Hardware_Encoder_Cards</a>
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a>
</pre>
</blockquote>
Thanks for all the information and yes the analog - digital does
make sense.<br>
I must say that they explanation was very clear.<br>
Using the silicondust link I see that it has 64 channels for my zip
code as follows:<br>
<br>
<table class="" id="table_lineup_6561559">
<thead><tr class="sort">
<th class="mod sorttable_sorted">Type <br>
</th>
<th class="channel">Channel <br>
</th>
<th class="virtual">Virtual</th>
<th class="guide_name">Name</th>
<th class="resolution">Resolution</th>
<th class="aspect">Aspect</th>
</tr>
</thead>
</table>
<table class="" id="table_lineup_6561559">
<tbody>
<tr class="mod-qam256 samefreq">
<td class="mod">qam256</td>
<td class="channel"><a title="Frequency: 717MHz">111-2003</a></td>
<td class="virtual"> 2 <br>
</td>
<td class="guide_name"><a title="">WCLF</a></td>
<td class="resolution">704x480i <br>
704x480p<br>
</td>
<td class="aspect"> 4:3 <br>
</td>
<td class="image"><a
href="http://img.lineupui.silicondust.com/snapshots/69/snapshot_29686369.jpg"><br>
</a></td>
</tr>
<tr class="mod-qam256 samefreq">
<td class="mod">qam256</td>
<td class="channel"><a title="Frequency: 717MHz">111-2002</a></td>
<td class="virtual"> 3</td>
<td class="guide_name"><a title="">WEDU</a></td>
<td class="resolution">528x480p<br>
</td>
<td class="aspect"> 4:3<br>
</td>
<td class="image"><a
href="http://img.lineupui.silicondust.com/snapshots/15/snapshot_30329015.jpg"><br>
</a></td>
</tr>
<tr class="mod-qam256 samefreq">
<td class="mod">qam256</td>
<td class="channel"><a title="Frequency: 717MHz">111-2004</a></td>
<td class="virtual"> 4</td>
<td class="guide_name"><a title="">WTOG</a></td>
<td class="resolution">528x480i<br>
528x480p<br>
</td>
<td class="aspect"> 4:3<br>
</td>
<td class="image"><a
href="http://img.lineupui.silicondust.com/snapshots/72/snapshot_30028172.jpg"><br>
</a></td>
</tr>
</tbody>
</table>
<br>
So what do I need to change to move forward ?<br>
<br>
Thank again<br>
<br>
</body>
</html>