Hi, I want to simply close and delete existing UsageEnvironment and shutdown method without "exit"...
What I do so far is: 1. First : reclaim method env.reclaim(); but this does NOT delete the enviroment since env.liveMediaPriv != NULL... Of course i can set iveMediaPriv to NULL manually, but is it a good way? 2. Second: void Medium::close(UsageEnvironment& env, char const* name) well i can not undestand what kind of name its want because enviment is created without name.. So i try with NULL and with application name given to RTSPClient object but get Access violation error at MediaLookupTable::remove(char const* name) method where it calls Medium* medium = lookup(name); Best Wishes _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel