<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] Parsing MPEG
TS</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#0000FF">I'm trying to acquire a MPEG TS over UDP. But I
realized that the MPEGDemux uses a MPEGProgramStreamParser that's why
it won't work.</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#0000FF">To the best of my understanding I don't
think&nbsp;there is a MPEG TS parser in livemedia, is that
true?</font></blockquote>
<div><br></div>
<div>The closest thing that we have to a 'MPEG TS parser' is
&quot;MPEG2TransportStreamFramer&quot;, which is (quoting the header
file):</div>
<div><br></div>
<div>// A filter that passes through (unchanged) chunks that contain
an integral number</div>
<div>// of MPEG-2 Transport Stream packets, but returning (in
&quot;fDurationInMicroseconds&quot;)<br>
// an updated estimate of the time gap between chunks.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>