<div dir="ltr">I have a buffer that contains an image that is 640x480 that will be updated up to 60 times a second. I would like to encode each frame of this and stream it to a second computer, how could I do this with libav in such a way that there is low latency and a lossless image? Could I do this in such a way that it does not need to send updates at 60 hz when it is not needed?</div>