waterliu99 před 4 roky
rodič
revize
6db029200a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 Zobrazit soubor

@@ -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);
}
}
});


Načítá se…
Zrušit
Uložit