<HTML><BODY><div>Hello, All.</div><div> </div><div>I am sending the mjpeg stream over the network like this</div><div>ffmpeg -i file.mjpeg -f mjpeg udp://host:port</div><div> </div><div>On the receiving side I constantly get the error [mjpeg] overread 8.</div><div>Setting the flags for AVFormatContext and AVCodecContext does not help.</div><div>pFmtCtx->error_recognition |= AV_EF_IGNORE_ERR;</div><div>pCdcCtx->err_recognition |= AV_EF_IGNORE_ERR;</div><div> </div><div>How can this problem be solved???</div><div> </div></BODY></HTML>