[Live-devel] Unable to proxy mjpeg with live555ProxyServer

Ross Finlayson finlayson at live555.com
Fri Mar 29 20:24:50 PDT 2013


OK, I think what's happening here is that although your JPEG frame rate is low, your JPEG frame sizes are exceeding 60000 bytes - the default buffer size that's used by the proxy's "RTPSink"s.

Try adding the following line to "live555ProxyServer.cpp" - at the start of "main()":
	OutPacketBuffer::maxSize = 100000;

and recompile.  If that doesn't work, try increasing to 200000, etc., depending on the size of your frames.  Let us know what size works for you, and I'll update the proxy server code (in the next release of the code) to accommodate this.


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/20130329/bccf414f/attachment-0001.html>


More information about the live-devel mailing list