This commit is contained in:
swwheihei
2020-07-16 16:10:49 +08:00
parent 29710b7cc1
commit d8eeb70707
44 changed files with 44 additions and 44 deletions

View File

@@ -9,7 +9,7 @@ import com.genersoft.iot.vmp.utils.SpringBeanFactory;
/**
* @Description:SIP信令中的SSRC工具类。SSRC值由10位十进制整数组成的字符串第一位为0代表实况为1则代表回放第二位至第六位由监控域ID的第4位到第8位组成最后4位为不重复的4个整数
* @author: songww
* @author: swwheihei
* @date: 2020年5月10日 上午11:57:57
*/
public class SsrcUtil {

View File

@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/**
* @Description:视频流session管理器管理视频预览、预览回放的通信句柄
* @author: songww
* @author: swwheihei
* @date: 2020年5月13日 下午4:03:02
*/
@Component