<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>No there's no support in LiveMedia yet.</p>
    <p>We have to do the same so I'm implementing it myself atm. You can
      use the RTSP require tag (which is optional) and Onvif backchannel
      (which uses RTSP require).</p>
    <p>I hacked it into someone else his startings:
      <a class="moz-txt-link-freetext" href="https://github.com/alb423/live555_20140206">https://github.com/alb423/live555_20140206</a></p>
    <p>I won't post my modifications to this github project because the
      project is quite sloppy and it got worse because I hard coded a
      lot of things.<br>
    </p>
    <p>I had to add RTSP require fields everywhere it was still missing
      in the project (take a look at RTSPClient::setRequestFields,
      modify every command if it's backchannel related, add require to
      it)</p>
    <p>The project uses UDP btw, I don't have it working with tcp yet.<br>
    </p>
    <p>You will have to learn how LiveMedia works to get it done anyhow.<br>
    </p>
    <br>
    <div class="moz-cite-prefix">Op 01-Jun-16 om 9:09 PM schreef Ben
      Rush:<br>
    </div>
    <blockquote
cite="mid:CANV0r9496Yc-6OW-2K4N=qMa_G7M3zHKWH3O8AF7cjO7kB2N-A@mail.gmail.com"
      type="cite">
      <div dir="ltr">We have built a RTSP streaming server using
        Live555's server libraries: <br>
        <br>
        ....<br>
        RTSPServer* rtspServer =
        RTSPServer::createNew(*usageEnvironment,
        StreamingOptions::PortNumber, NULL);<br>
        ....
        <div><br>
        </div>
        <div>And so on. Works like a charm and we're very happy with it.
          What we're needing now is a solution for two-way audio,
          meaning we have a camera viewing a room and we'd like a person
          in the room and the person viewing the room to be able to talk
          with one another. To reduce overhead we'd like to enable the
          audio to be duplex, so it shares the same channel (much like
          VOIP). I'm quite certain but I thought I'd ask: there's no
          support for this in RTSP and therefore no support for duplex
          audio in Live555's server libraries, correct? <br>
          <br>
          <br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
live-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a>
<a class="moz-txt-link-freetext" href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>