Re: [Live-devel] Overuse of CPU in binaries of CYGWIN

2014-02-27 Thread Ross Finlayson
(Remember everyone - if you're responding to a message in a mailing list digest, make sure to fix the "Subject:" line in your response. (I've done it for you here.)) On Feb 27, 2014, at 8:29 PM, Martínez Contador, Daniel [ELIMCO] (CA) wrote: >> Remember, You Have Complete Source Code. Rath

Re: [Live-devel] testRTSPClient - can't find a port not in use

2014-02-27 Thread Ross Finlayson
> I noticed that the code that calls setupDatagramSocket is trying to find > sequential port numbers (even for RTP, following odd for RTSP). The trouble > seems to be with the RTSP ports. You mean "RTCP" here, not "RTSP". But yes, it's important (for now, at least) that these port numbers be

[Live-devel] testRTSPClient - can't find a port not in use

2014-02-27 Thread Rob Coker
I am using the testRTSPClient and I am having some trouble with the bind() call in GroupsockHelper.cpp::setupDatagramSocket() on both Linux and QNX OSes using a Sabrelite board (uses iMx6 quad-core ARM processor). It is frequently trying all the ports and not being able to bind to any of the odd p

Re: [Live-devel] live-devel Digest, Vol 124, Issue 18

2014-02-27 Thread CA
> Remember, You Have Complete Source Code. Rather than making "an educated > guess", you should be able to figure out exactly what's going on. Oh, thank you, but you overstimate my ability to undertand other people's code and design decisions. > The "RTSPClientConnection" object gets deleted i