<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Any suggestions for a clean place to add SRTP?<BR> <BR>I'm pretty new to the liveMedia stack and my initial assessment/idea is to add SRTP in RTPInterface::sendPacket and RTPInterface::handleRead.<BR> <BR>Of course a "Crypto Context" and some key Management objects would have to be added but adding them here will keep the changes pretty local. <BR> <BR>The RFC describes the implementation as intercepting RTP packets and forwarding them on. It seems to fit here since the SRTP stuff is appended to RTP packets.<BR> <BR>To be perfectly honest, I need to implement this and it really doesn't have to be nice but I thought I'd ask in case anyone had any preferences or better ideas or in case someone wanted to incorporate the changes.<BR> <BR>Cheers,<BR>Chris<BR> <br /><hr />Discover the new Windows Vista <a href='http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>