<html><head><base href="x-msg://3313/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Your email indicates a lot of confusion, and a lot of unnecessary flailing around.  It's better to ask questions one-at-a-time, in chronological order, as they arise.<div><br></div><div>The first question you should be asking is: Why is "testRTSPClient" failing when it tries to receive a stream from your server?  Fortunately, the debugging output from "testRTSPClient" helps tell you the answer:</div><div><br></div><div><div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; 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; "><div ocsi="0" fpstyle="1"><div style="direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); font-size: 10pt; ">Sending request: SETUP<span class="Apple-converted-space"> </span><a href="rtsp://192.168.0.12">rtsp://192.168.0.12</a><span class="Apple-converted-space"> </span>RTSP/1.0<br>CSeq: 3<br>User-Agent: ./testRTSPClient (LIVE555 Streaming Media v2012.01.13)<br>Transport: RTP/AVP;unicast;client_port=46636-46637<br><br><br>Received 100 new bytes of response data.<br>Received a complete SETUP response:<br>RTSP/1.0 200 OK<br>CSeq: 3<br>Session: 47112344<br>Transport: RTP/AVP;unicast;destination=0;port=46636<br><br><br>[URL:"<a href="rtsp://192.168.0.12">rtsp://192.168.0.12</a>"]: Failed to set up the "video/JPEG" subsession: Missing or bad "Transport:" header<br></div></div></span></blockquote><div><br></div><div>So the problem here is that your server (your "Elphel NC353L camera") is returning a bad "Transport:" header in its response to the RTSP "SETUP" command.  It is incorrectly including a "port" parameter for a unicast stream.  The "port" parameter (as noted in RFC 2326, section 12.38) is supposed to be used for a multicast stream.  For a unicast stream - such as this one - the server should be including a "server_port" parameter instead.</div><div><br></div><div>You should contact your camera's manufacturer (Elphel), to check if they have a firmware upgrade.  If they don't then please tell them about this problem, and ask them to fix it.</div></div></div><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; 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>