优化拉流代理

This commit is contained in:
648540858
2023-09-25 18:51:02 +08:00
parent e8411bc797
commit 483d5e04a7
4 changed files with 36 additions and 14 deletions

View File

@@ -80,6 +80,9 @@ public class StreamProxyController {
if (ObjectUtils.isEmpty(param.getType())) {
param.setType("default");
}
if (ObjectUtils.isEmpty(param.getRtpType())) {
param.setRtpType("1");
}
if (ObjectUtils.isEmpty(param.getGbId())) {
param.setGbId(null);
}