<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>I'm having issues with stream_delete() and rtpproxy_offer(). &nbsp;I'm trying to remove video. &nbsp;After calling stream_delete() the sdp becomes like this:</div><div><br></div><div><div><font class="Apple-style-span" face="'Courier New'">v=0</font></div><div><font class="Apple-style-span" face="'Courier New'">o=tandberg 220 1 IN IP4 10.0.1.5</font></div><div><font class="Apple-style-span" face="'Courier New'">s=-</font></div><div><font class="Apple-style-span" face="'Courier New'">c=IN IP4 &lt;my.server.ip.addr&gt;</font></div><div><font class="Apple-style-span" face="'Courier New'">b=AS:512</font></div><div><font class="Apple-style-span" face="'Courier New'">t=0 0</font></div><div><font class="Apple-style-span" face="'Courier New'">m=audio 31096 RTP/AVP 0 103</font></div><div><font class="Apple-style-span" face="'Courier New'">b=TIAS:64000</font></div><div><font class="Apple-style-span" face="'Courier New'">a=rtpmap:0 PCMU/8000</font></div><div><font class="Apple-style-span" face="'Courier New'">a=rtpmap:103 telephone-event/8000</font></div><div><font class="Apple-style-span" face="'Courier New'">a=fmtp:103 0-15</font></div><div><font class="Apple-style-span" face="'Courier New'">a=sendrecv</font></div><div><font class="Apple-style-span" face="'Courier New'">33644 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div></div><div><br></div><div>33644 happens to be the port number offered after calling rtpproxy_offer(). &nbsp;I've tried putting stream_delete() before or after rtpproxy_offer() and it didn't make a difference. &nbsp;The function works well without rtpproxy though.</div><div><br></div><div>Thoughts?</div><div><br></div><div><br></div><div>Cindy</div></body></html>