From 88779b983ec38b6206eed03c9f9213c0db8d913b Mon Sep 17 00:00:00 2001 From: xubinbin <1323875150@qq.com> Date: 星期四, 13 四月 2023 10:22:28 +0800 Subject: [PATCH] 处理上级平台发送的invite请求不携带“y=”sdp信息时,并且设备已经在当前平台中点播了。给上级平台回复的ssrc使用默认“y=0000000000”,上级平台无法播放视频的问题 --- .gitignore | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0c96aaf..776ebe1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,13 +3,13 @@ # Log file *.log - +logs/* # BlueJ files *.ctxt # Mobile Tools for Java (J2ME) .mtj.tmp/ - +src/main/resources/application-*.yml # Package Files # #*.jar *.war @@ -18,7 +18,7 @@ *.zip *.tar.gz *.rar - +*.iml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* /.idea/* @@ -26,3 +26,5 @@ /.idea/ /target/ +/src/main/resources/static/ +certificates -- Gitblit v1.8.0