<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div style="WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space" dir="ltr"><div dir="ltr"><div style="font-family: Arial; font-size: 10pt; "><div>    Reading further on your site I see that you may need the 
SDP description</div>
<div>from my camera stream.</div></div></div></div></blockquote>[...]<br><blockquote type="cite"><div style="WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space" dir="ltr"><div dir="ltr"><div style="font-family: Arial; font-size: 10pt; "><div><span style="font-size: 10pt; ">v=0</span></div>
<div>o=- 1365522147122142 1 IN IP4 192.168.1.2</div>
<div>s=IP Camera Video</div>
<div>i=videoMain</div>
<div>t=0 0</div>
<div>a=tool:LIVE555 Streaming Media v2013.01.25</div>
<div>a=type:broadcast</div>
<div>a=control:*</div>
<div>a=range:npt=0-</div>
<div>a=x-qt-text-nam:IP Camera Video</div>
<div>a=x-qt-text-inf:videoMain</div>
<div>m=video 0 RTP/AVP 96</div>
<div>c=IN IP4 0.0.0.0</div>
<div>b=AS:96</div>
<div>a=rtpmap:96 H264/90000</div>
<div>a=control:track1</div>
<div>m=audio 0 RTP/AVP 0</div>
<div>c=IN IP4 0.0.0.0</div>
<div>b=AS:64</div>
<div>a=control:track2</div></div></div></div></blockquote><div><br></div>OK, the bug here is in your server - i.e., the camera; not the client.  The camera (server) isn't including a "sprop-parameter-strings" parameter (in a "a=fmtp:96..." line) in the SDP description.</div><div><br></div><div>Fortunately, however, I see that the camera (server) is also implemented using our software, so it should be easy to fix.  Please tell whoever developed your camera to:</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>(1) Upgrade to the latest version of the "LIVE555 Streaming Media" software, and</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>(2) Either insert "SPS" and "PPS" NAL units at the start of the H.264 Video stream (that it feeds into the "H264VideoRTPSink" object, or else change the way that the "H264VideoRTPSink" object is created - to use one of the forms of the "H264VideoRTPSink::createNew()" function that take "SPS"/"PPS" NAL unit information as a parameter (either as raw binary NAL units, or a "sPropParameterSetsStr" string).</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>