<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">(First, please don't send the same question to the list multiple times.  As noted in the FAQ, your messages are being moderated (delayed) because you're using an unprofessional email address.  (A reminder once again to everyone: Your messages will be taken much more seriously if you use a professional email address.))<div><br><div><br></div><div><div><blockquote type="cite"><div>Uncomment following line </div><div> </div><div>TaskScheduler *scheduler = &(env.taskscheduler);</div><div>env.reclaim();</div>
<div>delete scheduler;</div><div> </div><div>When I run testRTSPClient with two rtsp url argument,testRTSPClient application is giving segmetation fault at end of application.</div></blockquote><div><br></div></div>The problem here is that I didn't make it clear enough that those three lines - that you uncommented - cannot remain in the same place.  Instead, they can only be executed outside the event loop - i.e., after "doEventLoop()" has returned.  (The reason for this is that the event loop uses the "TaskScheduler" object that you're deleting.)</div><div><br></div><div>I have installed a new version (2012.04.04) of the "LIVE555 Streaming Media" code that modifies the comments in "testRTSPClient.cpp" to make this clearer.</div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></div></body></html>