修复国标平台保存

This commit is contained in:
648540858
2024-09-19 15:39:13 +08:00
parent 1b33afc0ea
commit d925f9003d
3 changed files with 7 additions and 5 deletions

View File

@@ -23,6 +23,8 @@ import java.util.concurrent.ConcurrentLinkedQueue;
/**
* 接收redis发送的推流设备上线下线通知
* @author lin
* 发送 PUBLISH VM_MSG_PUSH_STREAM_STATUS_CHANGE '{"setAllOffline":false,"offlineStreams":[{"app":"1000","stream":"10000022","timeStamp":1726729716551}]}'
* 订阅 SUBSCRIBE VM_MSG_PUSH_STREAM_STATUS_CHANGE
*/
@Slf4j
@Component