<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2900.3527" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi All</DIV>
<DIV>&nbsp;&nbsp;&nbsp; </DIV>
<DIV>&nbsp;&nbsp;&nbsp; I'm working on live555 library for a MJPEG strerming 
server. It's really complicate to me to understand it even I read FAQ , RFC2035 
and Elphel sample code.&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; As I understand, what I need to do is to setup rtp, 
rtcp, rtsp APIs and provide JPEG header and JPEG payload to feed relevant 
parameters then it will packet the data and send it out. It seems easy but I got 
something confused.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; 1) how to count jpeg header length and payload 
length?</DIV>
<DIV>&nbsp;&nbsp;&nbsp; 2) How to decide the value of fMaxSize? Its 
value&nbsp;is always smaller than fFrameSize. Can I make it bigger?</DIV>
<DIV>&nbsp;&nbsp;&nbsp; 3) Does it always abandon the&nbsp;frame data over 
fMaxSize&nbsp;(I mean fNumTruncatedBytes)?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any suggestions would be appreciate.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Regards,</DIV>
<DIV>-Bob</DIV></BODY></HTML>