hi, if it's urgent for you, there is a Temporary solution , you may pass the string of operate type into the suffix by "?" character , just like "proxyStream-1?add",or "proxyStream-1?del" ,or "proxyStream-1?DEREG". then subclassing RtspServerWithRegersterProxying and reimplement the function weimplementRegister and implementCmd_register.
在2015-06-08,Ross Finlayson <[email protected]> 写道:-----原始邮件----- 发件人: Ross Finlayson <[email protected]> 发送时间: 2015年6月8日 星期一 收件人: LIVE555 Streaming Media - development & use <[email protected]> 主题: Re: [Live-devel] DEREGISTER command FYI, I’ll be implementing this at some point, although not quite in the way that you’ve proposed. The mechanism that you proposed requires specifying a (nonempty) ‘proxy-url-suffix’ string parameter to the “DEREGISTER” command, which will work only if the back-end URL were originally “REGISTER”ed using this ‘proxy-url-suffix’. If, instead, the original “REGISTER” command were sent without a ‘proxy-url-suffix’ - or with two or more different ‘proxy-url-suffix’es for the same back-end URL, then the “DEREGISTER” command will need to include a ‘back-end’ URL parameter without a ‘proxy-url-suffix’. The existing proxy server code will need to be modified somewhat in order to make this work. Ross Finlayson Live Networks, Inc. http://www.live555.com/
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
