<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; position: static; z-index: auto; "><div>“m_EventTriggerId = envir().taskScheduler().createEventTrigger(deliverFrame0);”<br><br> <br><br>generates only 32 EventTriggerID´s, so that I have a maximum of 32 stream receivers. <br><br>Now my question: Is it possible to solve that problem without generating more RTSP-Server with different TaskScheduler on different ports? Can you make me a suggestion how I bypass these limit of maximum stream
 receivers? <br></div></div></div></blockquote><div><br></div>Note that the limit of 32 event triggers is just in the implementation of the particular "TaskScheduler" subclass - "BasicTaskScheduler" - that we provide with the released code.  If you wish, you could implement your own subclass of "TaskScheduler" or "BasicTaskScheduler" that does something different.</div><div><br></div><div>However, in your case, I don't think you need more than 32 event triggers.  In fact, I don't think you need more than one.  If you are calling the same handler function - "deliverFrame0()" - each time, then you need just one event handler for this.  You can use the "clientData" parameter to specify the particular target of the event.</div><div><br></div><div><br></div><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>