[Live-devel] Streaming Stops for larger frameBuff size Issue
Ross Finlayson
finlayson at live555.com
Mon Apr 9 01:57:50 PDT 2012
> Is the problem with newFrameSize being too large
Yes, quite possibly, especially if you are seeing error messages about the need to increase "OutPacketBuffer::maxSize".
The buffer that's used by the "RTPSink" subclass - to store each frame of data that gets sent - is, by default, 60000 bytes. You can increase this (e.g., to 100000 bytes) by doing, for example
OutPacketBuffer::maxSize = 100000;
before you create your "RTSPServer".
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120409/1d435267/attachment.html>
More information about the live-devel
mailing list