<div>Does this class add a PID for sound frames?<br><br>I was having a problem with the Aminet 110 STB with sound.&nbsp; The streamed video played ok, but without sound, apparently because the sound had no PID.<br><br>The way I was doing was using the MPEG2TransportStreamFromPESSource class. 
<br><br>Napoleon.<br>&nbsp;</div>
<div><br>&nbsp;</div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div><span class="q"><span class="gmail_quote">On 7/6/06, <b class="gmail_sendername">pinky</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:jiri.pinkava@vscht.cz" target="_blank">jiri.pinkava@vscht.cz
</a>&gt; wrote:</span></span></div>
<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"></blockquote></div>
<div><span class="q">There are new release of my TS Framer/Simple Framer. They are tested and<br>working and broken&nbsp;&nbsp;TS stream, but more testing is willcomen and necessary.<br><br><br></span></div>
<div>// A filter that passes through (unchanged) chunks that contain an integral number <br>// of MPEG-2 Transport Stream packets, but returning (in &quot;fDurationInMicroseconds&quot;)<br>// an updated estimate of the time gap between chunks.
<br>// C++ header<br><br>#ifndef _MPEG2_TRANSPORT_STREAM_FRAMER_SIMPLE_HH <br>#define _MPEG2_TRANSPORT_STREAM_FRAMER_SIMPLE_HH<br><br>#ifndef _FRAMED_FILTER_HH<br>#include &quot;FramedFilter.hh&quot;<br>#endif<br><br>#define TRANSPORT_PACKET_SIZE 188
<br><br>class MPEG2TransportStreamFramerSimple: public FramedFilter { <br>public:</div></div></blockquote>
<div>&nbsp;</div>
<div>........ MESSAGE LENGTH TRIMMED ......</div><br>