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/
_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel