Re: [Live-devel] [PATCH] Groupsock: fix error reporting

2015-05-28 Thread Ross Finlayson
> On May 19, 2015, at 8:08 AM, Stas Tsymbalov wrote: > > > Groupsock uses result of UsageEnvironment::getResultMsg as argument to > UsageEnvironment::setResultMsg which results in corrupted message > (original message is getting lost). Yes, you’re right. Good catch! This has now been fixed i

Re: [Live-devel] [PATCH] GroupsockHelper: include errno in error message in case of send error

2015-05-28 Thread Ross Finlayson
This is unnecessary, because the call to “socketErr()” in the original code already calls “UsageEnvironment::setResultErrMsg()”, which in turn is implemented by calling “strerror()” on the ‘errno’ code. Ross Finlayson Live Networks, Inc. http://www.live555.com/ _

Re: [Live-devel] [PATCH 2/2] MPEG, H264, H265: add option to preserve presentation time from source

2015-05-28 Thread Ross Finlayson
> On May 19, 2015, at 8:08 AM, Stas Tsymbalov wrote: > > > Sometimes it is desired to use presentation time already stored with > input frames. Yes, but the way to deliver these is through the “*DiscreteFramer” classes. Specifically, if your input source consists of H.264 NAL units - each wi

Re: [Live-devel] proxy servers in a chain

2015-05-28 Thread Ross Finlayson
> I was wondering if it is possible to have multiple proxy servers in a chain. Yes, of course - because the same protocol (RTSP/RTP/RTCP) is used at either end of the proxy server. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-de