<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class=""><div bgcolor="#FFFFFF" text="#000000" class=""><blockquote cite="mid:CA1EFD0A-2512-46AF-8F28-9A4F04E59F0B@live555.com" type="cite" class=""><div class="">That’s why your “live555.cpp” code is so complex.  I urge you
        to (sometime in the future) restructure this code - as noted
        above - to use a single thread that does nothing but run inside
        “doEventLoop()”.  This would simplify it considerably.</div>
    </blockquote>
    <br class="">
    Well, that's possible for a rainy day project...  Is it allowed for
    application threads to call sendXxx() methods</div></div></blockquote><div><br class=""></div>No!  Only the LIVE555 thread can call these LIVE555 functions.</div><div><br class=""><blockquote type="cite" class=""><div class=""><div bgcolor="#FFFFFF" text="#000000" class="">, or (as your FAQ
    suggests) does everything have to go through a triggered event, in
    which the handler (which presumably we have to write?) calls
    sendXxx() in the doEventLoop() thread?  If the latter that adds a
    shedload of complexity - there are 7 different sendXxx() calls in
    20-odd places, and we would only have a (void *) to pass parameters
    with…</div></div></blockquote><div><br class=""></div></div>Well, that’s why C/C++ has these language types called ‘struct’s, in which you can put as many parameters as you wish :-)<br class=""><br class=""><div apple-content-edited="true" class="">
<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;  "><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;  ">Ross Finlayson<br class="">Live Networks, Inc.<br class=""><a href="http://www.live555.com/" class="">http://www.live555.com/</a></span></span>
</div>
<br class=""></body></html>