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

2012-09-26 Thread Ross Finlayson
> 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 for RTP/RTCP > use. We did this for servers that are behin

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

2012-09-26 Thread Matt Schuckmann
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 added a Get

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

2012-09-26 Thread Ross Finlayson
> While your at it I noticed that the member fDestinationsHashTable of > OnDemandServerMediaSubsession is private while the class Destinations is > declared in the header with a comment about it being accessible by > subclasses. In addition many of the methods that interact with > fDestinations