(((Jacob, please see Ross'es quoted email response further below.  ABORT the removal of double H.264...)))<div><br></div><div>Ross, </div><div><br></div><div>Thanks very much for this info.  Will do.</div><div><br></div>
<div>Regarding your statement [your 'framer' object should then be fed into a "H264VideoRTPSink" object, for streaming], please help me understand this.  Currently, the 'framer' object is sent to videoSink->startPlaying(), where videoSink is a much more fundamental RTPSink.  This is exactly as inherited from the original code of testH264VideoStreamer.  There are several layers of inheritance between RTPSink and H264VideoRTPSink.  Might this be part of my quality problem?  Or might you have mis-spoken?  Or does the use of H264VideoRTPSink vs RTPSink not really matter in this case.  After all, the testH264VideoStreamer program that uses RTPSink and not H264VideoRTPSink ought to work (can't say I ever ran it).</div>
<div><br></div><div>Thanks very much,</div><div>-Helmut</div><div><br></div><div>P.S. To further help my understanding, please confirm that ByteStreamFileSource must simply read files that include H.264 encoding and provide that encoding forward, at least in the testH264VideoStreamer case.</div>
<div><br></div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Thu, Jan 31, 2013 at 7:52 PM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div class="im"><blockquote type="cite"><div>WHAT?  Just a while ago I realized I'm passing H.264 encoded buffers to H264VideoStreamFramer, which is perhaps doubly encoding them to H.264 again.</div>
<div><br></div><div>Am I accidentally H.264 encoding twice?  Does the original ByteStreamFileSource fed to H264VideoStreamFramer feed raw buffers to H264VideoStreamFramer?</div></blockquote><div><br></div></div>I think you're confused about what our software does.  *None* of our software does *any* encoding.  In particular, the "H264VideoStreamFramer" and "H264VideoStreamDiscreteFramer" classes each take - as input - already-encoded H.264 video data.   They don't do any 'encoding' (because the input data is already encoded.  All they do is parse the input H.264 video data, and output a sequence of H.264 'NAL units', with proper 'presentation time' and 'duration' values.</div>
<div><br></div><div>The difference between these two classes is that "H264VideoStreamFramer" takes - as input - H.264 video data that appears in a byte stream (e.g. a file or pipe).  "H264VideoStreamDiscreteFramer", on the other hand, takes as input discrete NAL units (i.e., one NAL unit at a time), *without* any preceding 'start code'.</div>
<div><br></div><div>So, the choice of which of these 'framer' classes to use depends on what kind of data comes out of your "MF_H264_DeviceSource" class.  If this class outputs an unstructured byte stream (that contains H.264 video data, with 'start codes' preceding each NAL units), then use a "H264VideoStreamFramer".  If, however, your "MF_H264_DeviceSource" class outputs a sequence of NAL units (one at a time, without a preceding 'start code'), then use a "H264VideoStreamDiscreteFramer" instead.</div>
<div><br></div><div>In either case, your 'framer' object should then be fed into a "H264VideoRTPSink" object, for streaming.</div><span class="HOEnZb"><font color="#888888"><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">Ross Finlayson<br>
Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br></div>