Hello, everyone: When i use opencv which version is 3.3 to read rtsp stream in linux, it can open webcamera and read stream, but after read thosands of frame, it will break with this error: [h264 @ 0x1e336a0] Missing reference picture I konw the error is about ffmpeg, but i want to know why, and how to fix it? when I restart this script, it will run successfully and break again. I tried to reconnect it when some frame is missed, but it doesn't work well, anyone can give me advice?