提交 4a80391c 编写于 作者: R raymondzheng

ijkplayer: add ijkurlhook callback when live open

上级 15087019
......@@ -198,6 +198,11 @@ static int ijklivehook_read_header(AVFormatContext *avf, AVDictionary **options)
av_dict_copy(&c->open_opts, *options, 0);
c->io_control.retry_counter = 0;
ret = ijkurlhook_call_inject(avf);
if (ret) {
ret = AVERROR_EXIT;
goto fail;
}
ret = open_inner(avf);
while (ret < 0) {
// no EOF in live mode
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册