Hi all, in the code for testProgs/testOnDemandRTSPServer.cpp there is no code specified that should be used to clean up the RTSP server cleanly. testProgs/testRTSPClient.cpp actually does specify some code to clean up the program RTSP client.
I have tried adding "Medium::close" and an "eventLoopWatchVariable" to "doEventLoop" which does seem to exit the event loop successfully. But the Medium::close does not seem to be good enough to fully unbind the UDP port because if I run the program again right after closing it out there is an error binding to the UDP port again.
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel