<!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] Functions to
add</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">anyone with
experiences in this can help me? I trying to stream a .264 file using
Annex B file format. Upon reading the decoder, I found the functions
to remove the delimiter (0x00, 0x01). Where should I implement these
functions? Isit in the framer.cpp or in the
streamer.cpp?</font></blockquote>
<div><br></div>
<div>The 0x00 0x00 0x01 (note: 3 bytes, not 2) prefix is *not* part of
the NALu data that gets packed into RTP packets, and therefore must be
stripped by your 'framer' object, before it gets passed to the
&quot;H264VideoRTPSink&quot; object.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>