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
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
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
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
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