<div dir="ltr"><div>Hello Developers,</div><div><br></div>I also needed to insert a IDR frame for handling retransmission requests from the client. I'm currently using x264_invalidate_refererence function. But I can use this method with only  intra refresh disabled.  <div>

<br></div><div>So whenever to insert a IDR frame, <div>1. Do we need to close and open the encoder everytime, if the intra refresh is enabled? Could this add some latency, which is unavoidable in low latency applications?</div>

<div>2. Since intra refresh is preferred for error prone networks, Can't we use both intra refresh and x264_invalidate_refererence (to generate IDR frame) ?</div></div><div>3. Is there any other method to insert a IDR frame other than the methods discussed above?</div>

</div>