<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite"><div dir="ltr">I am experiencing issues when saving H.264 video directly from a camera to a file sink (H264VideoFileSink)</div></blockquote><div><br></div>What do you mean by saving "directly from a camera"?</div><div><br></div><div>Are you recording from a RTSP/RTP stream - e.g., using our "openRTSP" demo application?  In this case, "H264VideoFileSink" does not inspect the incoming H.2164 NAL units; it just writes them to a file (with the "0x00 0x00 0x00 0x01" 'start code' in front).</div><div><br></div><div>Or are you (somehow) reading H.264 NAL units from the camera without using RTSP/RTP?  If you're doing this, note that the data that you feed to "H264VideoFileSink" *must* consist of discrete NAL units (i.e., one at a time), *without* any preceding 'start code'.</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>