第15月第29天 ffmpeg AVERROR_EOF

1.

在直播时返回AVERROR_EOF代表流结束吗?但对方还在直播,没有结束。

int ret = av_read_frame(mContext, pkt);

 

if (ret == AVERROR_EOF)

原文地址:https://www.cnblogs.com/javastart/p/8145876.html