添加对点播时设备自定义ssrc的支持

This commit is contained in:
648540858
2022-04-28 17:28:51 +08:00
parent f6fa1eed6c
commit d679a9fcf8
8 changed files with 66 additions and 11 deletions

View File

@@ -136,4 +136,7 @@ public class SsrcConfig {
this.notUsed = notUsed;
}
public boolean checkSsrc(String ssrcInResponse) {
return !isUsed.contains(ssrcInResponse);
}
}