<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><br>
</p>
<p>​​Hello Ross,<br>
</p>
<p><br>
</p>
<p>I'm writing an application that encodes screen capture (using MS media foundation h264 encoder) and transmits it via RTSP using liveMedia.<br>
</p>
<p><br>
</p>
<p>I've written a wrapper for interfacing with the encoder (based on DeviceSource.cpp).<br>
</p>
<p>When the encoding starts,  maxFrameSize eventually grows to BANK_SIZE and all works well, but eventually input frames run out (it is supposed to be a live stream with no preroll).<br>
</p>
<p><br>
</p>
<p>So, when I get new encoded frame, I trigger signalNewFrame(), at which point maxFrameSize is less than encoder's output, hence the frames get clipped.<br>
</p>
<p>I've implemented a "kludge"to keep a record of maximum frame size and adjust it, if it drops.<br>
</p>
<p><br>
</p>
<p>I have doubts about the viability of such solution, what do you think?<br>
</p>
<p><br>
</p>
<p>Thanks!<br>
</p>
<p><br>
</p>
<p>BR, Anton<br>
</p>
</body>
</html>