<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] RTP Extension</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">What is the
proper way to imlement adding RTP extension in
Live555?</font></blockquote>
<div><br>
it depends what you mean by &quot;RTP extension&quot;.</div>
<div><br></div>
<div>If you're referring to just implementing a new RTP payload
format, then this is easy - just define and implement your own
subclasses of &quot;MultiFramedRTPSink&quot; (for sending) and
&quot;MultiFramedRTPSource&quot; (for receiving).</div>
<div><br></div>
<div>If, however, you're referring to implementing RTP *header*
extensions (as defined in RFC 3550, section 5.3.1), then there's
currently no clean way to do this; instead, you would need to modify
the existing &quot;MultiFramedRTPS*.cpp&quot; code to support
this.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>