Re: [Live-devel] Client connection timeout

2012-09-27 Thread Ross Finlayson
> When connecting to a server that doesn't respond, or is just slow, the > timeout appears to be around 25s, i.e. the time before the response handler > is called. That timeout is inside the operating system (i.e., the OS's TCP/IP implementation). It's not in our code at all/ > Is there a wa

[Live-devel] Client connection timeout

2012-09-27 Thread Erlandsson, Claes P (CERLANDS)
When connecting to a server that doesn't respond, or is just slow, the timeout appears to be around 25s, i.e. the time before the response handler is called. Is there a way to decrease this time? Why? Well, in the project I'm working on there are lots of changing cameras that are on a 10s c

Re: [Live-devel] RTP timestamp issue after RTCP synchronization

2012-09-27 Thread Ross Finlayson
> I noticed that you updated the changelog for this release but the release has > not been posted. Sorry - my mistake. It's up now. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com ht

Re: [Live-devel] RTP timestamp issue after RTCP synchronization

2012-09-27 Thread Matt Schuckmann
Hi, I noticed that you updated the changelog for this release but the release has not been posted. Is this an oversight or are you still working on testing, etc? Thanks, Matt S. On Thursday, September 27, 2012 7:12:52 AM, Ross Finlayson wrote: FYI - the latest release (2012.09.27) of the "LIV

Re: [Live-devel] Setting an upper limit on ports available for RTP use

2012-09-27 Thread Matt Schuckmann
On Wednesday, September 26, 2012 8:04:38 PM, Ross Finlayson wrote: As part of upgrading our version of LiveMedia I'm reminded of a modification that we put in our code and suggested to you but apparently never made it into the code. We put in a way to set an upper limit on the ports available

Re: [Live-devel] Setting Multiple Parameters with one SET_PARAMETER command

2012-09-27 Thread Matt Schuckmann
On 9/27/2012 7:06 AM, Ross Finlayson wrote: Note that, in contrast, an "OnDemandServerMediaSubsession" object is the *wrong* thing to be inspecting, because that class represents a piece of media that can be streamed, possibly several different times (sequentially or concurrently), to many dif

Re: [Live-devel] RTSPClientSessions lifetime

2012-09-27 Thread Ross Finlayson
> On Server side, RTSPClientSessions are created on SETUP when request does not > specify a Session ID. > It seems that there is no direct relation between a Connection and a Session. > Is it because many Connections can share the same Session ? Yes. > In this case I wonder when Sessions are

Re: [Live-devel] RTP timestamp issue after RTCP synchronization

2012-09-27 Thread Ross Finlayson
FYI - the latest release (2012.09.27) of the "LIVE555 Streaming Media" software should fix this issue. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/

[Live-devel] RTSPClientSessions lifetime

2012-09-27 Thread Eric HEURTEL
Hi Ross and everybody, On Server side, RTSPClientSessions are created on SETUP when request does not specify a Session ID. It seems that there is no direct relation between a Connection and a Session. Is it because many Connections can share the same Session ? In this case I wonder when Sessi

Re: [Live-devel] Setting Multiple Parameters with one SET_PARAMETER command

2012-09-27 Thread Ross Finlayson
> In looking at our old code we were looking at fDestinationsHashTable to > determine if a stream was RTP over TCP or RTP over UDP (for a server sessions > status widget). > This was done before you put the StreamState and Destinations classes in the > header and the guy that did it back then ad