<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 13px;">
<div style="">In the simplest case, H264 defines a protocol that starts with a key frame and has a succession of difference frames that are much smaller. ie the 24KByte key frame has all the information needed to draw the whole frame and the 1Kbyte diff frame
 has only the changes needed to update the key frame to the new display frame. <br>
The first difference frame depends on the key frame and each diff frame depends on the key frame and the changes made by all the proceeding diff frames.<br>
<br>
One trick would be to have a key frame per second and send and display only keyframes. 
<br>
But since the keyframes are big you can expect at most a 60% reduction on 30fps video.<br>
<br>
Anything else is transcoding. Decode the video at the source fps and re-encode at the fps you want to display.<br>
This can be done in software with libavcodec, but it takes CPU!<br>
This also would let you reduce the resolution, sometimes the client is not viewing it at full resolution and that effects bandwidth considerably.<br>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF561432"><font color="#000000" face="Tahoma" size="2"><b>From:</b> live-devel-bounces@ns.live555.com [live-devel-bounces@ns.live555.com] on behalf of Tarun Batra [tbatra18@gmail.com]<br>
<b>Sent:</b> Thursday, October 11, 2012 10:20 AM<br>
<b>To:</b> live-devel@ns.live555.com<br>
<b>Subject:</b> [Live-devel] How to re transmit<br>
</font><br>
</div>
<div></div>
<div>
<div>Hello Sir,</div>
<div><br>
</div>
<div>     I have implemented “testOnDemandRTSPServer” on my machine which receives h264 transport stream from my streamer application.</div>
<div><br>
</div>
<div>     Is there any way to re transmit this received stream from streamer, to my RTSP clients with different fame rates? As some of my RTSP clients do not have sufficient bandwidth to receive stream with high frame rate. My streamer uses MPEG1or2VideoStreamDiscreteFramer
 to stream a video from digital camera.</div>
<div><br>
</div>
</div>
</div>
</div>
</body>
</html>