<!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] Parser and
Framer</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">I have some
enquiries regarding parser and framer function.</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">A parser is
used when the video/ audio data is a file and to split the data into
frames. If the encoder produces frames directly instead of writing to
a file, the parser can be skipped when streaming. Is this
true?</font></blockquote>
<div><br></div>
<div>Yes.&nbsp; This is the purpose of
&quot;MPEG1or2VideoStreamDiscreteFramer&quot; and
&quot;MPEG4VideoStreamDiscreteFramer&quot;, for example.&nbsp; (In
practice, these classes will do a small amount of 'parsing' within
each frame, to get timing information that's used to compute
presentation times.&nbsp; See the *DiscreteFramer classes for examples
of this.&nbsp; However, they won't need to do any parsing to actually
find the start and end of each frame; that information is already
given to them.</div>
<div><br></div>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">A framer is
to frame the frames produced by the encoder such that they contained
information like fFramesize, fPresentationTime. Is this
true.</font></blockquote>
<div><br></div>
<div>Yes.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>