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->last_send_time < (1000 * 1000 * 1000) / agent->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->fps is 30.<br><br>Thanks.<br>