提交 20d2e722 authored 作者: blu's avatar blu

fixed rate limit in evpuller

上级 b424e4e1
......@@ -308,6 +308,7 @@ protected:
else {
//
}
av_dict_set(&optsIn, "r", "18", 0);
spdlog::info("evpuller {} openning stream: {}", selfId, urlIn);
if ((ret = avformat_open_input(&pAVFormatInput, urlIn.c_str(), NULL, &optsIn)) < 0) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论