<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><p>I am trying to make a test using live555 rtsp server and openRTSP client to :</p><p>Keep RTSP session between client and server using TCP (server : 192.168.0.1 <-> 192.168.0.10 : client).</p><p>Send from server raw udp transport stream to mutlicast address</p></div></blockquote><div>You can't do this with the "LIVE555 Media Server" (or "testOnDemandRTSPServer"), because that is a unicast server (i.e., delivering streams via unicast only).</div><div><br></div><div>If you want to stream a Transport Stream file via multicast, then I suggest using the "testMPEG2TransportStreamer" demo application (in "testProgs") instead.  One change that you will need to make to that code is uncomment the line</div><div><span class="Apple-tab-span" style="white-space:pre">   #define IMPLEMENT_RTSP_SERVER 1</span></div><div>on line 34 of "testMPEG2TransportStreamer.cpp", so that you get a RTSP server that clients can connect to to receive the stream.  (Note that the stream will be delivered via RTP/UDP, not raw-UDP.)</div></div><br><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>