> 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
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
> 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