<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi, Ross,</FONT></DIV>
<DIV><FONT size=2>&nbsp; I have looked through some source code of liveMedia, 
and I think FEC can be implemented as the following, </FONT></DIV>
<DIV><FONT size=2>1. modify MultiFramedRTPSink to generate FEC packet every n 
Media packets. </FONT></DIV>
<DIV><FONT size=2>2. modify MultiFramedRTPSource to try to recover the lost 
media packets when necessary.</FONT></DIV>
<DIV><FONT size=2>&nbsp; In order to simplify the whole process,&nbsp;I will 
reuse the same multicast address and port to send/receive FEC packets, so&nbsp;I 
use different SSRC within FEC packet to tell them from media 
packets.</FONT></DIV>
<DIV><FONT size=2>&nbsp; Am I on the right way? thanks in advance. </FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>best regards</FONT></DIV>
<DIV><FONT size=2>jack</FONT></DIV></BODY></HTML>