[Live-devel] Problem MJEG stream with proxyserver
임차섭
imcs at telcoware.com
Mon Oct 20 23:32:19 PDT 2014
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20141021/412f315a/attachment-0001.html>
More information about the live-devel
mailing list