> 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
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
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
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
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
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
> 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
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