优化日志打印样式

This commit is contained in:
648540858
2023-12-13 14:37:08 +08:00
parent 94edd95824
commit eac72fd06e
2 changed files with 3 additions and 3 deletions

View File

@@ -263,7 +263,7 @@ public class ZLMHttpHookListener {
}
// 国标流
if ("rtp".equals(param.getApp())) {
if ("rtp".equals(param.getApp()) ) {
String ssrc = String.format("%010d", Long.parseLong(param.getStream(), 16));
InviteInfo inviteInfo = inviteStreamService.getInviteInfoBySSRC(ssrc);