<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">There are a couple of issues here:<div><br></div><div>1/ We currently do not implement the RTP payload format "video/RAW" (as defined in RFC 4175), so we cannot currently receive (or transmit) that payload format.  Support for that payload format might get added sometime in the future - as a 'funded project' - if there is sufficient interest.</div><div><br></div><div>2/ We currently do not support SDP "m=" lines that contain more than one RTP payload format number (e.g., "96 97 98 99 100 102 103" in your example).  Currently, if we see such a line, we handle only the first RTP payload format number (i.e., 96 in your example).  That's why you were able to receive the MPEG-4 video stream from the camera.</div><div><br></div><div>We currently have no way to demultiplex an incoming RTP stream that uses more than one RTP payload format number.  This is a bug, and will probably be fixed in the future (no ETA, however).</div><div><br></div><div>If you were able to reconfigure your camera to put the RTP payload format number for 'raw' video (102, in your example) as the first one in the SDP "m=" line, then our code would be able to receive it, when/if we supported the "video/RAW" RTP payload format (see 1/).<br></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;  "><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 href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>