Hi Ross,<br> Sorry to disturb you again.However,I really need your help.<br><br> I try to transmit multiple stream and i read the following text from the FAQ:<br><br><span style="color: rgb(204, 0, 0);"> However,
when using the "LIVE555 Streaming Media" code, you should be familiar
with event-driven programming, and understand that an event-driven
application can perform at least as well as one that uses threads
(unless you're actually running on a multiprocessor, in which case it's
usually simpler to have your application consist of multiple processes
(not just threads) - one running on each processor). Note, in
particular, that you
</span><em style="color: rgb(204, 0, 0);">do not</em><span style="color: rgb(204, 0, 0);"> need multiple threads in order to transmit (or receive) multiple streams concurrently.<br><br> <span style="color: rgb(0, 0, 0);">I know I don't need to use multiple threads in my application.But I'm confused.I want to transmit multiple live stream which may start at different time(i.e one stream today and another tommorrow).For the test****stremer, I can use multiple sinks just like<br>
"sink1-></span></span>startPlaying()<span style="color: rgb(204, 0, 0);"><span style="color: rgb(0, 0, 0);">, sink2-></span></span><span style="color: rgb(204, 0, 0);"><span style="color: rgb(0, 0, 0);"></span></span>startPlaying()<span style="color: rgb(204, 0, 0);"><span style="color: rgb(0, 0, 0);"></span></span><span style="color: rgb(204, 0, 0);"><span style="color: rgb(0, 0, 0);">" .But my server is following the eaxample of OnDemandRTSPServer and I have live <br>
source.Would you please give some advice?<br><br> Thanks in advance.<br><br> Best regards,<br> Richy<br></span><br> <br></span>