<!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> </DIV>
<DIV> 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. </DIV>
<DIV> 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> </DIV>
<DIV> 1) how to count jpeg header length and payload
length?</DIV>
<DIV> 2) How to decide the value of fMaxSize? Its
value is always smaller than fFrameSize. Can I make it bigger?</DIV>
<DIV> 3) Does it always abandon the frame data over
fMaxSize (I mean fNumTruncatedBytes)?</DIV>
<DIV> </DIV>
<DIV>Any suggestions would be appreciate.</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>-Bob</DIV></BODY></HTML>