<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div>I am trying to implement my app as suggested in the previous mail. </div><div><br></div><div>In the testRTSPClient app, after calling "rtspClient->sendDescribeCommand(continueAfterDESCRIBE); " the program enters the doEventLoop. </div>
<div>Rest of the processing is done in asynchronous callbacks. </div><div><br><div>you mentioned >> Call "startPlaying()" on each of these 'sink' objects before entering the doEventLoop.</div><div>
<span style="background-color:rgb(255,255,255)"><font face="arial, sans-serif">StreamReplicator cannot be initialized  before entering </font></span><font face="arial, sans-serif">doEventLoop. </font></div></div></blockquote><div><br></div>Yes, I misspoke here.  Calling "startPlaying()" from within an event handler (as we currently do in "continueAfterSETUP()" in the "testRTSPClient" code) is OK.</div><div><br></div><div><br><blockquote type="cite"><div><div>I called startPlaying() on the sink objects in continueAfterPLAY function and got this error.</div><div>"FramedSource[0x10b001ad0]::getNextFrame(): attempting to read more than once at the same time!"</div></div></blockquote><div><br></div>That error message means eexactly what it says: You're trying to read from some object more than once at the same time, which you can't do.  Make sure you didn't accidentally call "startPlaying()" more than once on the same 'sink' object.</div><br><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></body></html>