> Does not work in my case > Before I create custom OnDemandServerMediaSubsession objects(which > inherits from ServerMediaSubsession) i set to a high value > OutPacketBuffer::maxSize, but > at my custom FramedSource deliverFrame() method it still complain > that newFrameSize > fMaxSize .It seems that this does not affect > custom framed source fmaxSize.
"OutPacketBuffer::maxSize" does, indeed, define the size of the buffer that's used by "RTPSink" subclasses. You should make sure that you're not assigning it more than once, by mistake. Ross Finlayson Live Networks, Inc. http://www.live555.com/
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
