Browse Source

修bug

master
waterliu99 4 years ago
parent
commit
6db029200a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/Services/JT1078NormalMsgHostedService.cs

+ 1
- 1
src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/Services/JT1078NormalMsgHostedService.cs View File

@@ -43,7 +43,7 @@ namespace JT1078.Gateway.TestNormalHosting.Services
if (otherHttpSessions.Count > 0)
{
var flvVideoBuffer = FlvEncoder.EncoderVideoTag(merge, false);
HttpSessionManager.SendAVData(firstHttpSessions, flvVideoBuffer, false);
HttpSessionManager.SendAVData(otherHttpSessions, flvVideoBuffer, false);
}
}
});


Loading…
Cancel
Save