第15月第29天 ffmpeg AVERROR_EOF

1.

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

 

int ret = av_read_frame(mContext, pkt);

 

if (ret == AVERROR_EOF)

posted @ 2017-12-29 18:29  lianhuaren  阅读(1394)  评论(0编辑  收藏  举报