waterliu99 4 anni fa
parent
commit
6db029200a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 Vedi 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);
}
}
});


Caricamento…
Annulla
Salva