<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    If it helps here is the commandline I ran and proxy in question:<br>
    <br>
    ./live555ProxyServer -V <a class="moz-txt-link-freetext" href="rtsp://172.16.10.106:554/live.sdp">rtsp://172.16.10.106:554/live.sdp</a>
    <a class="moz-txt-link-freetext" href="rtsp://172.16.10.113:554/live.sdp">rtsp://172.16.10.113:554/live.sdp</a> <a class="moz-txt-link-freetext" href="rtsp://172.16.10.110:554/live.sdp">rtsp://172.16.10.110:554/live.sdp</a>
    <a class="moz-txt-link-freetext" href="rtsp://172.16.10.112:554/live.sdp">rtsp://172.16.10.112:554/live.sdp</a> <a class="moz-txt-link-freetext" href="rtsp://172.16.10.105:554/live.sdp">rtsp://172.16.10.105:554/live.sdp</a>
    <a class="moz-txt-link-freetext" href="rtsp://172.16.10.102:554/Video-0">rtsp://172.16.10.102:554/Video-0</a> <a class="moz-txt-link-freetext" href="rtsp://172.16.10.109:554/live.sdp">rtsp://172.16.10.109:554/live.sdp</a><br>
    <br>
    <br>
    RTSP stream, proxying the stream <a class="moz-txt-link-rfc2396E" href="rtsp://172.16.10.112:554/live.sdp">"rtsp://172.16.10.112:554/live.sdp"</a>
    on <a class="moz-txt-link-freetext" href="rtsp://172.16.10.101:8554/proxyStream-4">rtsp://172.16.10.101:8554/proxyStream-4</a><br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 11/17/2013 12:38 PM, Craig Matsuura
      wrote:<br>
    </div>
    <blockquote cite="mid:52891B33.9060609@vivint.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      I apologize for the last post being so big and the duplicate
      posting, I moved the log output to pastebin.<br>
      <br>
      <div class="moz-text-html" lang="x-western"> Ok, I have managed to
        create the problem where a working camera providing an RTSP
        stream to the rtsp proxy does not work via the proxy.  I
        downloaded the latest code and compiled it on my laptop and
        setup the proxy to use the cameras providing my RTSP streams.  <br>
        <br>
        I tested the proxy stream using gstreamers playbin2 (this has
        always worked for me) and vlc.  Both failed to display my
        camera.  I have other streams setup on the proxy server with the
        same model of cameras that work great with both playbin2 and
        vlc.<br>
        <br>
        I tried the openRTSP test, but wasn't sure what the expected
        output should be. (I paste it below).<br>
        <br>
        <u><b>Here is the log out using -V</b></u><br>
          <a moz-do-not-send="true" class="moz-txt-link-freetext"
          href="http://pastebin.com/XtM2zHjd">http://pastebin.com/XtM2zHjd</a><br>
        <br>
        <u><b>OUTPUT FROM oepnRTSP</b></u><br>
        craig@craig-ThinkPad-W530:~/hg/live555-new/testProgs$ ./openRTSP
        -V <a moz-do-not-send="true" class="moz-txt-link-freetext"
          href="rtsp://172.16.10.101:8554/proxyStream-4">rtsp://172.16.10.101:8554/proxyStream-4</a><br>
        Opened URL <a moz-do-not-send="true"
          class="moz-txt-link-rfc2396E"
          href="rtsp://172.16.10.101:8554/proxyStream-4">"rtsp://172.16.10.101:8554/proxyStream-4"</a>,
        returning a SDP description:<br>
        v=0<br>
        o=- 1384715305499911 1 IN IP4 172.16.10.101<br>
        s=LIVE555 Streaming Media v2013.11.15<br>
        i=LIVE555 Streaming Media v2013.11.15<br>
        t=0 0<br>
        a=tool:LIVE555 Streaming Media v2013.11.15<br>
        a=type:broadcast<br>
        a=control:*<br>
        a=range:npt=0-<br>
        a=x-qt-text-nam:LIVE555 Streaming Media v2013.11.15<br>
        a=x-qt-text-inf:LIVE555 Streaming Media v2013.11.15<br>
        m=video 0 RTP/AVP 96<br>
        c=IN IP4 0.0.0.0<br>
        b=AS:50<br>
        a=rtpmap:96 H264/90000<br>
        a=fmtp:96
packetization-mode=1;profile-level-id=64401F;sprop-parameter-sets=J2RAH6wsagFAFumoKDAqAAAH0gAB1MAo,KO4EYsA=<br>
        a=control:track1<br>
        <br>
        Created receiver for "video/H264" subsession (client ports
        40540-40541)<br>
        Setup "video/H264" subsession (client ports 40540-40541)<br>
        Created output file: "video-H264-1"<br>
        Started playing session<br>
        Receiving streamed data (signal with "kill -HUP 13953" or "kill
        -USR1 13953" to terminate)...<br>
        <br>
        <br>
        Thanks,<br>
        Craig<br>
        <div class="moz-cite-prefix">On 11/13/2013 04:06 PM, Ross
          Finlayson wrote:<br>
        </div>
        <blockquote
          cite="mid:1CB4FEF9-EE1B-4CCC-9DC1-85BBC6BA8F93@live555.com"
          type="cite">
          <div>
            <blockquote type="cite">I'm wondering if there is a specific
              message I can look for in the logs <br>
              when at level 2 that will indicate if a proxies stream has
              failed?  I'm <br>
              using the proxyServer example and at times the stream
              stops streaming.  <br>
              I can see the OPTION commands going out to the camera with
              a response, <br>
              but connecting a client to the proxied stream does not
              work.  Not sure <br>
              if it is due to loosing a connection, but what I find
              strange is the <br>
              OPTION command appears to respond.  Is there something in
              the response <br>
              of the OPTION that indicates a problem?<br>
            </blockquote>
            <div><br>
            </div>
          </div>
          I'm not sure.  Why don't you post the diagnostic output (from
          the proxy server) around the time that "connecting a client to
          the proxied stream does not work"?  (And also, please clarify
          what "does not work" means).<br>
          <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; "><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; ">Ross Finlayson<br>
                Live Networks, Inc.<br>
                <a moz-do-not-send="true" href="http://www.live555.com/">http://www.live555.com/</a></span></span>
          </div>
          <br>
        </blockquote>
        <br>
      </div>
      <br>
    </blockquote>
    <br>
  </body>
</html>