标签: ffmpeg
当我尝试使用
while(true) { av_read_frame(pFormatCtx, &packet); }
av_read_frame在一段时间后返回 EOF ,尽管该文件仍在增长。
如何强制ffmpeg不断读取文件?
祝福
答案 0 :(得分:1)
使用pipe:protocol handler而不是文件指针。