>Hello, > I had a question about the 'fDurationInMicroseconds' variable of >FramedSource class. What is the intended function of this variable? >What I see from the code is that it is used to schedule the 'next >send time' in the sink (e.g. MultiFramedRTPSink.cpp). Is that it?
Yes. > Should I expect to receive this value on the RTP receiver side as well? No, that variable is currently used only on the RTP sender side. If you have a RTP receiver (i.e., a subclass of "RTPSource"), then this variable will always be 0 - but that's OK, because it's not currently used by RTP receivers. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel