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
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel
_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to