<div dir="ltr">I don't call "getNextFrame()" or "doGetNextFrame()" anywhere in my code... where is it being called from?</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 7, 2019 at 2:45 PM Ross Finlayson <<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">In LIVE555 applications, a “FramedSource” (subclass) object can be read from (using “getNextFrame()”) only once at a time.  In other words, you can’t have two or more objects reading from a single “FramedSource” (subclass) object at the same time.  Nor can a single object read from a single “FramedSource” (subclass) object a second time, before the first read has completed.<br>
<br>
The “isCurrentlyAwaitingData()” function returns true if (and only if) the object is currently being read from.  You can use this function to check whether or not it’s OK to call “getNextFrame()” (or its virtual function implementation “doGetNextFrame()”).<br>
<br>
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" rel="noreferrer" target="_blank">http://www.live555.com/</a><br>
<br>
<br>
_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com" target="_blank">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" rel="noreferrer" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
</blockquote></div>