修复刷新通道

This commit is contained in:
648540858
2024-09-13 10:19:18 +08:00
parent 01179d90e3
commit fa063b3fda
4 changed files with 52 additions and 5 deletions

View File

@@ -147,7 +147,6 @@ public class RtpServerServiceImpl implements IReceiveRtpServerService {
@Override
public void closeRTPServer(MediaServer mediaServer, SSRCInfo ssrcInfo) {
System.out.println(4444);
if (mediaServer == null) {
return;
}