<br>
<br><font size=2 face="Arial">In order to support mutlicast, '</font><font size=3 face="Times New Roman"><b>testMPEG1or2VideoStreamer'</b>
would have to be integrated/started to allow the running RTSP Server to
perform mutlicast playback. &nbsp;Is this correct or has multicast support
been incorporated into an RTSP Server?</font>
<br>
<br><font size=2 face="sans-serif">As you will see in the mailing list,
I already tried add multicast to the On-Demand servers. &nbsp;I would really
recommend that you switch to using unicast if you want to have On-Demand
sessions. &nbsp;The LIVE555 can use unicast to &quot;fake&quot; On-Demand
multicast sessions (send the same data to all clients via unicast), so
your users should not be able to tell the difference. &nbsp;I tried to
dig through the code and see if I could implement On-Demand multicast,
but it would be a real pain to do without changing/adding a lot of source
because PassiveServerMediaSubsession requires the Groupsocks setup before
construction, among other things. &nbsp;Also, it really does not make that
much sense to implement.</font>
<br>
<br><font size=2 face="Arial">Is there a client already available that
supports having the client setup the multicast destination &amp; port</font>
<br>
<br><font size=2 face="sans-serif">If you want to use the streamer applications,
you will have to implement this yourself in the RTSPClient class and also
make a small change to PassiveServerMediaSubsession, but it is not so bad
to do.</font>
<br>
<br><font size=2 face="sans-serif">xo &nbsp;</font>