Hi,<div><br></div><div><div><br></div><div>In openRtspClient i modify shutdown() method: I remove "exit(exitValue)"...Because without exiting the program i try to  create new client....</div><div><br></div><div>When I use live555 client i see that env object is not desyroyed when client [modified] shutdown method is called... </div>
<div><br></div><div>   </div><div>So when I decide to use env->reclaim() but it does not destroy object also since</div><div><br></div><div>     env->liveMediaPriv --> is not NULL</div><div><br></div><div>And i can not  delete any FileSink object using delete because their destructor are not private... FileSink objects remains ...</div>
<div><br></div><div>I want a "new born" client without exit the code...How can I get real "shutdown" method which destroy all aobjects and give me new one?</div><div><br></div><div>Any one has modified code so that it can create multiple clients?</div>
</div><div><br></div><div>Best Wishes</div>