重构点播,回放,下载时ssrc不一致以及TCP主动播放的逻辑
This commit is contained in:
@@ -494,6 +494,7 @@ public class ZLMHttpHookListener {
|
||||
Device device = deviceService.getDevice(inviteInfo.getDeviceId());
|
||||
if (device != null) {
|
||||
try {
|
||||
// 多查询一次防止已经被处理了
|
||||
InviteInfo info = inviteStreamService.getInviteInfo(inviteInfo.getType(),
|
||||
inviteInfo.getDeviceId(), inviteInfo.getChannelId(), inviteInfo.getStream());
|
||||
if (info != null) {
|
||||
|
||||
Reference in New Issue
Block a user