支持redis消息强制关闭流

This commit is contained in:
648540858
2023-06-07 20:58:35 +08:00
parent e272fa26e1
commit 534be3f580
4 changed files with 69 additions and 0 deletions

View File

@@ -106,6 +106,11 @@ public class VideoManagerConstants {
*/
public static final String VM_MSG_STREAM_PUSH_RESPONSE = "VM_MSG_STREAM_PUSH_RESPONSE";
/**
* redis 通知平台关闭推流
*/
public static final String VM_MSG_STREAM_PUSH_CLOSE = "VM_MSG_STREAM_PUSH_CLOSE";
/**
* redis 消息请求所有的在线通道
*/