<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class="">Le jeudi 25 juin 2015, 12:10:30 Ross Finlayson a écrit :<br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">And so the other threads need to tell the live555 thread to do something.<br class="">Except they cannot because the live555 is sleeping inside the live555<br class="">event loop…<br class=""></blockquote>No, it’s not ‘sleeping’ - at least not for very long (*at most* 10ms inside<br class="">“select()", and that time’s configurable).<br class=""></blockquote><br class="">That is even worst.<br class=""><br class="">The VLC process is not supposed to wake up while playback is paused</div></blockquote><div><br class=""></div>How do you handle the 'mouse click’ event on the ‘play’ button (when the user tells VLC to resume playing)?  Via a socket event?</div><div><br class=""></div><div>But anyway, this is silly - why would you possibly object to the LIVE555 event loop thread waking up every 10ms (and then going straight back to sleep in “select()” if nothing else is happening)?</div><div><br class=""></div><div>But if you *really* don’t want this happening, then you could disable this 10ms tick (through a parameter to the “BasicTaskScheduler” creation function), and then arrange for all communication/signaling with the LIVE555 event loop thread to happen via sockets (i.e., you could use a socket to communicate between the VLC app thread and the LIVE555 event loop thread).</div><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>