<div dir="ltr">I can get raw h.264 frames from a camera. (it does NOT contain any network headers, for example rtsp, http).<div>They are h.264 raw data.<br><div>And I push these data to a queue frame by frame.</div><div>I googled many ffmpeg example which uses <font color="#31595d" face="Menlo"><span style="font-size:11px">avformat_open_input() </span></font>with either local file path or network path.</div><div>And I can see the video while I save the frames to a file and using <span style="color:rgb(49,89,93);font-family:Menlo;font-size:11px">avformat_open_input().</span></div><div><br></div><div>My problem is that I want to decode the frames realtime, not after it is saved as a file.</div><div>Does anyone have any idea on this?</div><div><br></div><div>Thanks!</div><div><br></div></div></div>