<div>Hi all,</div>
<div>&nbsp;</div>
<div>&nbsp;I&#39;m seeing a couple odd problems when streaming files. I wanted to see if maybe anyone has seem something similar before.</div>
<div>&nbsp;</div>
<div>I&#39;m streaming h.264&nbsp;video from a file that just has 3-byte delimiters btw NAL units (AnnexB). I wrote a Framer and custom H264ByteStreamFileSource objects to get the data in one NALu at a time. The custom FileSource object reads until it hits a delimiter, and the framer&nbsp;keeps track of access units end points.
</div>
<div>&nbsp;</div>
<div>oddity 1: sometime I get a bye packet that will cut off the stream midway. I can most of the time get the whole file written back out using openRTSP, but often it will stop early - not sure why. (it&#39;s a little more reliable if it use openRTSP with the TCP option)
</div>
<div>&nbsp;</div>
<div>oddity 2: I tried playing the stream with VLC and while it decoded and displayed the first few frame, I got a bunch of &#39;late picture skipped&#39; errors after that it was stuck displaying the first frame.</div>
<div>&nbsp;</div>
<div>Has anyone seen&nbsp;behaviour like this before? Could it be related to how I&#39;m setting the timestamps?</div>
<div>&nbsp;</div>
<div>Thanks!<br><br>&nbsp;</div>