[Live-devel] Setting Multiple Parameters with one SET_PARAMETER command
Matt Schuckmann
matt at schuckmannacres.com
Tue Sep 25 15:39:12 PDT 2012
Thank you.
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
fDestinationsHashTable like getStreamParameters(), startStream(),
endStream(), etc are all declared virtual implying that sub classes
should have access to fDestinationsHashTable and it should be declared
protected.
Matt S.
On Monday, September 24, 2012 6:49:39 PM, Ross Finlayson wrote:
>> However, both fCSeq and fCurrentAuthenticator are both declared
>> private so my sub class can't access them.
> [...]
>> Could you make these variables protected or perhaps add some
>> protected accessors?
>
> I'll make them "protected:", starting with the next release of the
> software.
>
>
>> This would also prevent anyone from implementing their own custom
>> RTSP commands (which is allowed by the standard as long as they don't
>> conflict with the standard ones.)
>
> Yes, although I have no interest in making it easy for people to add
> their own custom, non-standard extensions to RTSP.
>
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
>
>
>
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
More information about the live-devel
mailing list