<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I am using the Live555 library for a proxy server which has to
    handle both unicast and multicast camera streams. For unicast
    everything works fine. For each unicast camera stream I create an
    rtsp server and add a proxy server media session:<br>
    <br>
        pRtspServer = RTSPServer::createNew(*usageEnv, proxyPort, NULL,
    60);<br>
        pSms = ProxyServerMediaSession::createNew(*usageEnv,<br>
                                                 pRtspServer,<br>
                                                 cameraUrl,<br>
                                                 proxySuffix,<br>
                                                 NULL,<br>
                                                 NULL,<br>
                                                 False,<br>
                                                 smsVerbosityLevel);<br>
    <br>
        pRtspServer->addServerMediaSession(pSms);<br>
    <br>
    But what should I do for multicast streams? I have a multicast
    camera and can play the camera stream with the URL
    <a class="moz-txt-link-rfc2396E" href="http://192.168.1.201/axis-cgi/alwaysmulti.sdp?camera=1">"http://192.168.1.201/axis-cgi/alwaysmulti.sdp?camera=1"</a> (with a VLC
    player). The multicast IP address is 239.238.62.24 and the used UDP
    port is 50000. What kind of media session object do I have to add to
    the rtsp server?<br>
    <br>
    <div class="moz-signature">-- <br>
      <div itacorner="6,7:1,1,0,0" tabindex="1" style="direction: ltr;
        min-height: 380px;" role="textbox" g_editable="true" id=":fg"
        class="Am Al editable LW-avf" hidefocus="true"
        aria-label="Message Body" contenteditable="true"><br clear="all">
        <div>
          <div class="gmail_signature">
            <div dir="ltr">
              <div>
                <div dir="ltr">
                  <div>
                    <div dir="ltr">
                      <div>
                        <div dir="ltr">
                          <div dir="ltr">
                            <div><font color="#444444" face="arial,
                                sans-serif">Met vriendelijke groeten /
                                With kind regards,<br>
                                <br>
                              </font></div>
                            <div><font color="#444444" face="arial,
                                sans-serif"><b>Frank van Eijkelenburg</b> 
                                Lead Designer</font></div>
                            <div><font face="arial, sans-serif"><br>
                              </font></div>
                            <div><span
style="font-family:arial,sans-serif;line-height:1.5;background-color:transparent"><b><font
                                    color="#999999">T</font></b> <font
                                  color="#444444">+31(0)182594000</font>
                                <font color="#ffd966">|</font> <font
                                  color="#999999"><b>E</b></font> <font
                                  color="#444444"><a class="moz-txt-link-abbreviated" href="mailto:frank.van.eijkelenburg@technolution.nl">frank.van.eijkelenburg@technolution.nl</a></font></span></div>
                            <div><b
style="font-family:arial,sans-serif;line-height:1.5;background-color:transparent"><font
                                  color="#999999">A</font></b><span
style="font-family:arial,sans-serif;line-height:1.5;background-color:transparent">
                                <font color="#444444">Burgemeester
                                  Jamessingel 1, P.O. Box 2013, 2800 BD
                                  Gouda, The Netherlands</font> <font
                                  color="#ffd966">|</font> </span><font
style="font-family:arial,sans-serif;line-height:1.5;background-color:transparent"
                                color="#999999"><b>W</b></font><span
style="font-family:arial,sans-serif;line-height:1.5;background-color:transparent">
                                <font color="#444444">technolution.com</font></span></div>
                            <div><font face="arial, sans-serif"><br>
                              </font></div>
                            <div><font size="1" color="#444444"
                                face="arial, sans-serif">This e-mail is
                                intended exclusively for the
                                addressee(s), and may not be
                                passed on to, or made available for use
                                by any person other than the
                                addressee(s). Technolution B.V. rules
                                out any and every liability
                                resulting from any electronic
                                transmission.</font></div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </body>
</html>