Commit 7aaa10eb by 648540858 Committed by GitHub

修复推流测试工具查询流时的调用错误 (#1273)

* 修复推流测试工具查询流时的调用错误

* 确保选择正确类型的MediaSource

Co-authored-by: 夏楚 <771730766@qq.com>
parent 54367fef
......@@ -148,7 +148,7 @@ int main(int argc, char *argv[]) {
proxy->play(in_url);
auto get_src = [schema]() {
return MediaSource::find(schema, DEFAULT_VHOST, "app", "test");
return MediaSource::find(schema, DEFAULT_VHOST, "app", "test", false);
};
//推流器map
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论