<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
My approach for this kind of stuff has been to put them in separate
threads (I'd probably create a thread for Live555) and then just use
some sort of thread safe communication for passing events and data
between the 2, e.g. a socket or thread safe queue, etc. <br>
<br>
Matt S. <br>
<br>
<br>
On 3/22/2010 2:27 AM, Alberto Alberici wrote:
<blockquote cite="mid:123507.9121.qm@web114102.mail.gq1.yahoo.com"
 type="cite">
  <table border="0" cellpadding="0" cellspacing="0">
    <tbody>
      <tr>
        <td
 style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit; -x-system-font: none;"
 valign="top">Hi,<br>
        <br>
which is the best way to make the live555 library work together with
another library which has its own main scheduler (for example: qt),
_without using threads_?<br>
        <br>
I mean: qt has app.exec(), which doesn't return, and live555 has
doEventLoop(), which doesn't return.... Of course I could write
MyScheduler and then call singleStep(), which returns, instead of
calling doEventLoop(), but in this case singleStep() would return only
after the select() wait (and this would block the other library,
meanwhile) ....<br>
        <br>
thanks<br>
        </td>
      </tr>
    </tbody>
  </table>
  <br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
live-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a>
<a class="moz-txt-link-freetext" href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a>
  </pre>
</blockquote>
</body>
</html>