<!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] Framer/Parser Implementation
problem</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">My problem
is the following:</font><br>
</blockquote>
<blockquote type="cite" cite><font face="Arial"
size="-1">ByteStreamFileSource needs that H264VideoStreamFramer to
have a parser. The parser object should parse byte after byte and
deliver complete Nals to the framer. However since my Device source is
already sending Nals using send(), I just need to do recv() to receive
a complete NAL, without needing the exhausting parsing.</font><br>
</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">What is the
right thing to do (to keep only one Framer)</font></blockquote>
<div>[...]</div>
<div><br></div>
<blockquote type="cite" cite><font face="Arial" size="-1">3.
implementing two types of framer. One that make use of the parser, and
one that doesn't. (what I tried to avois)</font></blockquote>
<div><br></div>
<div>This is what I would do.&nbsp; Note that we already do this for
MPEG-1,2 and 4 video: we have &quot;MPEG*VideoStreamDiscreteFramer&quot;
for sources that deliver complete frames (one at a time), and
&quot;MPEG*VideoStreamFramer&quot; for sources that deliver a byte
stream.&nbsp; So you have some existing code to use as a model.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>