[*] 日常优化
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.acgist.taoyao.controller;
|
||||
package com.acgist.taoyao.signal.controller;
|
||||
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
@@ -26,6 +26,7 @@ import lombok.extern.slf4j.Slf4j;
|
||||
* 服务端媒体录像机
|
||||
*
|
||||
* OPUS = 100
|
||||
* PCMU =
|
||||
* VP8 = 101
|
||||
* H264 = 107
|
||||
*
|
||||
|
||||
@@ -21,13 +21,13 @@ import com.acgist.taoyao.signal.protocol.ProtocolControlAdapter;
|
||||
body = {
|
||||
"""
|
||||
{
|
||||
"to": "目标终端ID",
|
||||
"to" : "目标终端ID",
|
||||
"enabled": 是否录像(true|false)
|
||||
}
|
||||
""",
|
||||
"""
|
||||
{
|
||||
"enabled": 是否录像(true|false),
|
||||
"enabled" : 是否录像(true|false),
|
||||
"filepath": "视频文件路径"
|
||||
}
|
||||
"""
|
||||
|
||||
@@ -11,7 +11,7 @@ public interface IControlBellProtocol {
|
||||
|
||||
/**
|
||||
* @param clientId 终端ID
|
||||
* @param enabled 状态
|
||||
* @param enabled 状态
|
||||
*
|
||||
* @return 执行结果
|
||||
*/
|
||||
|
||||
@@ -11,7 +11,7 @@ import com.acgist.taoyao.boot.model.Message;
|
||||
public interface IControlConfigAudioProtocol {
|
||||
|
||||
/**
|
||||
* @param clientId 终端ID
|
||||
* @param clientId 终端ID
|
||||
* @param mediaAudioProperties 音频配置
|
||||
*
|
||||
* @return 执行结果
|
||||
|
||||
@@ -11,7 +11,7 @@ import com.acgist.taoyao.boot.model.Message;
|
||||
public interface IControlConfigVideoProtocol {
|
||||
|
||||
/**
|
||||
* @param clientId 终端ID
|
||||
* @param clientId 终端ID
|
||||
* @param mediaVideoProperties 视频配置
|
||||
*
|
||||
* @return 执行结果
|
||||
|
||||
Reference in New Issue
Block a user