> I want to handle the SETUP params that my RTSPClient is receiving when a > RTSPServer sends the reply, I thought inherit by RTSPClient and to rewrite > parseTransportParams or handleSETUPResponse but I cannot because these > methods are declared as private.
Those member functions are not intended to be redefinable, because the set of 'transport' parameters - defined in RFC 2326 - is not intended to be extendable. Which specific parameter(s) - defined in RFC 2326 - do you want your RTSP client to be able to access? Ross Finlayson Live Networks, Inc. http://www.live555.com/
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel