Hi,<br>I have a question about video frame dropping on server side. Inside the function red_send_stream_data(), if the condition:<br><br>if(time_now - agent-&gt;last_send_time &lt; (1000 * 1000 * 1000) / agent-&gt;fps) <br>
<br>is TRUE, the video frame is dropped and then it will be not sent to the client. Shortly, if a frame arrive too early, it will be dropped.<br>This condition is independent from the bandwidth. I would like to know why these frames are dropped anyway, if I have good bandwidth?<br>
agent-&gt;fps is 30.<br><br>Thanks.<br>