<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>I was looking at the latest HDTV Firewire patch, great work!&nbsp;
However, as some other people have noticed, some channels are encrypted
(actually, almost all here are, except broadcast channels).&nbsp; I am not an
expert on Video compression, so I had some thoughts/ideas that I was
considering implementing.&nbsp; Since libiec61883 also supports DV stream
capture, using an almost identical API, I was thinking of creating another
patch that uses DV stream instead of MPEG2 TS.&nbsp; This would allow those
encrypted channels to work using a DV video converter (I have an abundance of
those).&nbsp; Then using those two inputs, you would create a channel list for
each, the non-encrypted ones would go over the MPEG2-TS, while the encrypted
ones would come in over DV.&nbsp; My question is, I noticed the patch was using
MPEG2-TS specific functions, to align keyframes and such, since DV is a different
structure, how might that code have to change?&nbsp; Would the DTVRecorder
class be able to handle DV streams with minimal modification?&nbsp; From what I
can tell, it seems to be very specific to MPEG2.<o:p></o:p></span></font></p>

</div>

</body>

</html>