优化宕机后点播中设备发送bye
This commit is contained in:
@@ -102,6 +102,7 @@ public class PlayController {
|
||||
msg.setId(DeferredResultHolder.CALLBACK_CMD_STOP + uuid);
|
||||
msg.setData("点播未找到");
|
||||
resultHolder.invokeResult(msg);
|
||||
storager.stopPlay(deviceId, channelId);
|
||||
}else {
|
||||
redisCatchStorage.stopPlay(streamInfo);
|
||||
storager.stopPlay(streamInfo.getDeviceID(), streamInfo.getChannelId());
|
||||
|
||||
Reference in New Issue
Block a user