mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
修复推流测试工具查询流时的调用错误 (#1273)
* 修复推流测试工具查询流时的调用错误 * 确保选择正确类型的MediaSource Co-authored-by: 夏楚 <771730766@qq.com>
This commit is contained in:
parent
54367fef31
commit
7aaa10eb3c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user