<HTML><BODY><div> <blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;">Пятница, 21 апреля 2023, 17:13 +05:00 от Yurii Monakov <monakov.y@gmail.com>:<br> <div id=""><div class="js-helper js-readmsg-msg"><div><div id="style_16820792101565684055_BODY"><div class="cl_086453"><div><div>Hi,</div> <div><div>The local screen is converted to mjpeg and streamed to localhost:</div><div> </div>ffmpeg -video_size 1024x768 -framerate 5 -f x11grab -i :1 -vcodec mjpeg -f mjpeg udp://<a href="http://127.0.0.1:8554" target="_blank">127.0.0.1:8554</a><br>ffplay -f mjpeg udp://<a href="http://127.0.0.1:8554" target="_blank">127.0.0.1:8554</a></div><div> </div><div><div> </div><div>This pair of commands work fine with ffmpeg 4.4.2</div></div><div> </div><div>Yurii</div><div> </div></div></div></div></div></div></div></blockquote><div>Thank you for paying attention to my problem, again!</div> <div>I am using ffmpeg 5.0 version, but I am not transferring localhost, but between different hosts or even the internet.</div><div>Of course, in the latter case, packet losses occur, but how to make the ffmpeg of the library process this correctly.</div><div>I set fifo_size to 100M, it reduced the number of other errors, but it didn't get rid of this one.</div></div></BODY></HTML>