格式化 test_bench_push.cpp

This commit is contained in:
PioLing 2024-05-17 14:32:06 +08:00 committed by GitHub
parent 6505a8d218
commit a23e34244f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -145,8 +145,8 @@ int main(int argc, char *argv[]) {
ProtocolOption option;
option.enable_hls = false;
option.enable_mp4 = false;
option.enable_fmp4 = false;
option.enable_hls_fmp4 = false;
option.enable_fmp4 = false;
option.enable_hls_fmp4 = false;
//添加拉流代理
auto proxy = std::make_shared<PlayerProxy>(DEFAULT_VHOST, "app", "test", option);