<div>Dear experts,</div><div> </div><div>      I have read some of the FAQs and mail list. </div><div>      Thank you for your effort.</div><div> </div><div>      Now the live555 server can stream out from encoder with unicast udp/tcp or multicast respectively.</div>
<div>  </div><div>      But my problem is that how to build rtsp server supports TCP and Mulitcast at the same.</div><div> </div><div>       I refer to the mail list above, create two stream name, but it seems to be difficulty when the source is encoder, not the file.</div>
<div> </div><div>      Thank you in advanced.</div><div> </div><div>---------------------------------------------------------------------------------------</div><div>>     When TCP/UDP mode, the subsession needs to inherit from <br>
>class OnDemandServerMediaSubsession.<br>>     When multicast mode, it needs to inherit from <br>>PassiveServerMediaSubsession.<br>>     How can I make a path support both mode in the same time??</div><div>It is the server - not the client - that decides whether a stream is <br>
sent via unicast or multicast.  Therefore it makes no sense to use <br>the same stream (path) name for both kinds of streaming.  Instead, <br>the only way that a client can request unicast or multicast streaming <br>is to use a different stream name for each, and have the server use <br>
the stream name to determine which type of streaming is desired. <br>This is what we support.<br>-- ---------------------------------------------------------------------------------------</div><div> </div>