Re: [Live-devel] ] isCurrentlyAwaitingData

2019-02-07 Thread Ross Finlayson
> On Feb 8, 2019, at 11:46 AM, Kevin Bailey wrote: > > I don't call "getNextFrame()" or "doGetNextFrame()" anywhere in my code... > where is it being called from? I’m not going to answer your question. Here’s why: I’ve found that whenever someone asks a question like this about a minor deta

Re: [Live-devel] ] isCurrentlyAwaitingData

2019-02-07 Thread Kevin Bailey
I don't call "getNextFrame()" or "doGetNextFrame()" anywhere in my code... where is it being called from? On Thu, Feb 7, 2019 at 2:45 PM Ross Finlayson wrote: > In LIVE555 applications, a “FramedSource” (subclass) object can be read > from (using “getNextFrame()”) only once at a time. In other

Re: [Live-devel] ] isCurrentlyAwaitingData

2019-02-07 Thread Ross Finlayson
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 “Fra

Re: [Live-devel] ] isCurrentlyAwaitingData

2019-02-07 Thread Kevin Bailey
Okay, now is there any correlation between "doGetNextFrame()" being called by whatever process calls it and "isCurrentlyAwaitingData()" being set to true? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/l

Re: [Live-devel] ] isCurrentlyAwaitingData

2019-02-07 Thread Weber, Patrick
When determining if you should deliver a frame, you need to check if Live555 is waiting for one. Something like this in your FramedSource subclass: // // Deliver a frame from the RTSPSource object

[Live-devel] isCurrentlyAwaitingData

2019-02-07 Thread Kevin Bailey
What does this function do? I am not seeing any documentation on this. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] isCurrentlyAwaitingData usage

2014-12-23 Thread Ross Finlayson
> Please let me know the function details of “isCurrentlyAwaitingData()” in > FrameSource.hh, what is the use of the function. Remember, You Have Complete Source Code. > This function at times returns false. As it should. The function returns True if “getNextFrame()” has already been cal

[Live-devel] isCurrentlyAwaitingData usage

2014-12-23 Thread Chandran M, Devaprasad
Hi , Please let me know the function details of "isCurrentlyAwaitingData()" in FrameSource.hh, what is the use of the function. This function at times returns false. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com