Can anybody help me?
I have this API
ret = avRecvFrameData(avIndex, buf, VIDEO_BUF_SIZE, (char *)&frameInfo, sizeof(FRAMEINFO_t), &frmNo);
the buffer is filled with content from the video stream whose codec is H264 . The framework contains relevant information. If I want to display on iPhone, how to do it with ffmpeg?
greatly appreciated with your help.
ios iphone ffmpeg video-streaming
JosephT
source share