[Libav-user] mjpeg overread 8

wolverin wolverin82 at mail.ru
Thu Apr 20 14:15:57 EEST 2023


Hello, All.
 
I am sending the mjpeg stream over the network like this
ffmpeg -i file.mjpeg -f mjpeg udp://host:port
 
On the receiving side I constantly get the error [mjpeg] overread 8.
Setting the flags for AVFormatContext and AVCodecContext does not help.
pFmtCtx->error_recognition |= AV_EF_IGNORE_ERR;
pCdcCtx->err_recognition |= AV_EF_IGNORE_ERR;
 
How can this problem be solved???
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20230420/c4528623/attachment.htm>


More information about the Libav-user mailing list