is fDurationInMicroseconds, inside doGetNextFrame() of a MySource, ignored until the buffer is filled (so it has no effect if I set it to a value different than 0) ?
It (and all the other parameters) are ignored until "FramedSource::afterGetting()" is called.
which is the best way to "skip" frames, when calling doGetNextFrame() ?
Just don't call "FramedSource::afterGetting()" for frames that you want to skip.
-- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
