Hi.
Thank you for reply. I found that fFrameSize is 1444 in PresentationTimeSubsessionNormalizer::afterGettingFrame (ProxyServerMediaSession.cpp). This value occurred fOutBuf->wouldOverflow because fMax of fOutFuf is 1448( rtp header(12) + 1444 > fMax(1448)). So I changed fMax value by calling setPacketSizes(1000, 1456) in MultiFramedRTPSink constructor. It is works fine. But I don’t know how to correct fix code in my case. Would you help me? Thank you.
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
