Re: [Live-devel] sub-classing ProxyServerMediaSession

2013-12-17 Thread Craig Matsuura
Is there a reason DEBUG is left on in RTSPServer.cpp? #include #define DEBUG 1 //#@ // RTSPServer implementation // RTSPServer* RTSPServer::createNew(UsageEnvironment& env, Port ourPort, Thanks, Craig On 12/14/2013 11:48 PM, Ross Finlayson wrote: On Dec 10, 2013, at 1

Re: [Live-devel] sub-classing ProxyServerMediaSession

2013-12-17 Thread Ross Finlayson
On Dec 18, 2013, at 4:57 AM, Craig Matsuura wrote: > Is there a reason DEBUG is left on in RTSPServer.cpp? It was a mistake; fixed now. Thanks for letting us know. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing l

Re: [Live-devel] sub-classing ProxyServerMediaSession

2013-12-14 Thread Ross Finlayson
On Dec 10, 2013, at 1:53 PM, Craig Matsuura wrote: > One working on sub classing ProxyServerMediaSession and also sub classing > ProxyRTSPClient. I have overridden the createNewProxyRTSPClient(). The > problem I'm having is the createNewProxyRTSPClient() is called from the > constructor of

Re: [Live-devel] sub-classing ProxyServerMediaSession

2013-12-12 Thread Ross Finlayson
On Dec 10, 2013, at 1:53 PM, Craig Matsuura wrote: > One working on sub classing ProxyServerMediaSession and also sub classing > ProxyRTSPClient. I have overridden the createNewProxyRTSPClient(). The > problem I'm having is the createNewProxyRTSPClient() is called from the > constructor of

[Live-devel] sub-classing ProxyServerMediaSession

2013-12-12 Thread Craig Matsuura
One working on sub classing ProxyServerMediaSession and also sub classing ProxyRTSPClient. I have overridden the createNewProxyRTSPClient(). The problem I'm having is the createNewProxyRTSPClient() is called from the constructor of the ProxyServerMediaSession, and the method I just overrode is