[+] 服务端录像

This commit is contained in:
acgist
2023-06-08 15:17:30 +08:00
parent 5a5bd6136f
commit cbd5661c56
8 changed files with 168 additions and 82 deletions

View File

@@ -261,6 +261,22 @@ public interface Constant {
* 终端列表
*/
String CLIENTS = "clients";
/**
* 音频端口
*/
String AUDIO_PORT = "audioPort";
/**
* 视频端口
*/
String VIDEO_PORT = "videoPort";
/**
* 音频控制端口
*/
String AUDIO_RTCP_PORT = "audioRtcpPort";
/**
* 视频控制端口
*/
String VIDEO_RTCP_PORT = "videoRtcpPort";
/**
* 生产者ID生成器