优化海康录像下载

This commit is contained in:
648540858
2022-05-13 21:05:33 +08:00
parent d571e44040
commit 98e6cf5bae
5 changed files with 18 additions and 9 deletions

View File

@@ -76,8 +76,8 @@ public class VideoStreamSessionManager {
}
public ClientTransaction getTransactionByStream(String deviceId, String channelId, String stream){
SsrcTransaction ssrcTransaction = getSsrcTransaction(deviceId, channelId, null, stream);
public ClientTransaction getTransaction(String deviceId, String channelId, String stream, String callId){
SsrcTransaction ssrcTransaction = getSsrcTransaction(deviceId, channelId, callId, stream);
if (ssrcTransaction == null) {
return null;
}