Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
ZLMediaKit
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
张翔宇
ZLMediaKit
Commits
45b8f831
Commit
45b8f831
authored
Mar 30, 2021
by
ziyue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除测试代码
parent
e296ebae
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
10 行增加
和
152 行删除
+10
-152
server/main.cpp
+0
-2
webrtc/Sdp.cpp
+9
-150
webrtc/Sdp.h
+1
-0
没有找到文件。
server/main.cpp
查看文件 @
45b8f831
...
...
@@ -209,7 +209,6 @@ static void inline listen_shell_input(){
//全局变量,在WebApi中用于保存配置文件用
string
g_ini_file
;
extern
void
test_sdp
();
int
start_main
(
int
argc
,
char
*
argv
[])
{
{
CMD_main
cmd_main
;
...
...
@@ -267,7 +266,6 @@ int start_main(int argc,char *argv[]) {
});
}
test_sdp
();
uint16_t
shellPort
=
mINI
::
Instance
()[
Shell
::
kPort
];
uint16_t
rtspPort
=
mINI
::
Instance
()[
Rtsp
::
kPort
];
uint16_t
rtspsPort
=
mINI
::
Instance
()[
Rtsp
::
kSSLPort
];
...
...
webrtc/Sdp.cpp
查看文件 @
45b8f831
...
...
@@ -719,152 +719,6 @@ string SdpAttrCandidate::toString() const {
return
SdpItem
::
toString
();
}
void
test_sdp
(){
char
str1
[]
=
"v=0
\n
"
"o=- 380154348540553537 2 IN IP4 127.0.0.1
\n
"
"s=-
\n
"
"b=CT:1900
\n
"
"t=0 0
\n
"
"a=group:BUNDLE video
\n
"
"a=msid-semantic: WMS
\n
"
"m=video 9 RTP/SAVPF 96
\n
"
"c=IN IP4 0.0.0.0
\n
"
"a=rtcp:9 IN IP4 0.0.0.0
\n
"
"a=ice-ufrag:1ZFN
\n
"
"a=ice-pwd:70P3H0jPlGz1fiJl5XZfXMZH
\n
"
"a=ice-options:trickle
\n
"
"a=fingerprint:sha-256 3E:10:35:6B:9A:9E:B0:55:AC:2A:88:F5:74:C1:70:32:B5:8D:88:1D:37:B0:9C:69:A6:DD:07:10:73:27:1A:16
\n
"
"a=setup:active
\n
"
"a=mid:video
\n
"
"a=recvonly
\n
"
"a=rtcp-mux
\n
"
"a=rtpmap:96 H264/90000
\n
"
"a=fmtp:96 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f"
;
char
str2
[]
=
"v=0
\n
"
"o=- 2584450093346841581 2 IN IP4 127.0.0.1
\n
"
"s=-
\n
"
"t=0 0
\n
"
"a=group:BUNDLE audio video data
\n
"
"a=msid-semantic: WMS 616cfbb1-33a3-4d8c-8275-a199d6005549
\n
"
"m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 0 8 106 105 13 110 112 113 126
\n
"
"c=IN IP4 0.0.0.0
\n
"
"a=rtcp:9 IN IP4 0.0.0.0
\n
"
"a=ice-ufrag:sXJ3
\n
"
"a=ice-pwd:yEclOTrLg1gEubBFefOqtmyV
\n
"
"a=fingerprint:sha-256 22:14:B5:AF:66:12:C7:C7:8D:EF:4B:DE:40:25:ED:5D:8F:17:54:DD:88:33:C0:13:2E:FD:1A:FA:7E:7A:1B:79
\n
"
"a=setup:actpass
\n
"
"a=mid:audio
\n
"
"a=extmap:1/sendonly urn:ietf:params:rtp-hdrext:ssrc-audio-level
\n
"
"a=sendrecv
\n
"
"a=rtcp-mux
\n
"
"a=rtpmap:111 opus/48000/2
\n
"
"a=rtcp-fb:111 transport-cc
\n
"
"a=fmtp:111 minptime=10;useinbandfec=1
\n
"
"a=rtpmap:103 ISAC/16000
\n
"
"a=rtpmap:104 ISAC/32000
\n
"
"a=rtpmap:9 G722/8000
\n
"
"a=rtpmap:0 PCMU/8000
\n
"
"a=rtpmap:8 PCMA/8000
\n
"
"a=rtpmap:106 CN/32000
\n
"
"a=rtpmap:105 CN/16000
\n
"
"a=rtpmap:13 CN/8000
\n
"
"a=rtpmap:110 telephone-event/48000
\n
"
"a=rtpmap:112 telephone-event/32000
\n
"
"a=rtpmap:113 telephone-event/16000
\n
"
"a=rtpmap:126 telephone-event/8000
\n
"
"a=ssrc:120276603 cname:iSkJ2vn5cYYubTve
\n
"
"a=ssrc:120276603 msid:616cfbb1-33a3-4d8c-8275-a199d6005549 1da3d329-7399-4fe9-b20f-69606bebd363
\n
"
"a=ssrc:120276603 mslabel:616cfbb1-33a3-4d8c-8275-a199d6005549
\n
"
"a=ssrc:120276603 label:1da3d329-7399-4fe9-b20f-69606bebd363
\n
"
"m=video 9 UDP/TLS/RTP/SAVPF 96 98 100 102 127 97 99 101 125
\n
"
"c=IN IP4 0.0.0.0
\n
"
"a=rtcp:9 IN IP4 0.0.0.0
\n
"
"a=ice-ufrag:sXJ3
\n
"
"a=ice-pwd:yEclOTrLg1gEubBFefOqtmyV
\n
"
"a=fingerprint:sha-256 22:14:B5:AF:66:12:C7:C7:8D:EF:4B:DE:40:25:ED:5D:8F:17:54:DD:88:33:C0:13:2E:FD:1A:FA:7E:7A:1B:79
\n
"
"a=setup:actpass
\n
"
"a=mid:video
\n
"
"a=extmap:2 urn:ietf:params:rtp-hdrext:toffset
\n
"
"a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
\n
"
"a=extmap:4 urn:3gpp:video-orientation
\n
"
"a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
\n
"
"a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay
\n
"
"a=sendrecv
\n
"
"a=rtcp-mux
\n
"
"a=rtcp-rsize
\n
"
"a=rtpmap:96 VP8/90000
\n
"
"a=rtcp-fb:96 ccm fir
\n
"
"a=rtcp-fb:96 nack
\n
"
"a=rtcp-fb:96 nack pli
\n
"
"a=rtcp-fb:96 goog-remb
\n
"
"a=rtcp-fb:96 transport-cc
\n
"
"a=rtpmap:98 VP9/90000
\n
"
"a=rtcp-fb:98 ccm fir
\n
"
"a=rtcp-fb:98 nack
\n
"
"a=rtcp-fb:98 nack pli
\n
"
"a=rtcp-fb:98 goog-remb
\n
"
"a=rtcp-fb:98 transport-cc
\n
"
"a=rtpmap:100 H264/90000
\n
"
"a=rtcp-fb:100 ccm fir
\n
"
"a=rtcp-fb:100 nack
\n
"
"a=rtcp-fb:100 nack pli
\n
"
"a=rtcp-fb:100 goog-remb
\n
"
"a=rtcp-fb:100 transport-cc
\n
"
"a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f
\n
"
"a=rtpmap:102 red/90000
\n
"
"a=rtpmap:127 ulpfec/90000
\n
"
"a=rtpmap:97 rtx/90000
\n
"
"a=fmtp:97 apt=96
\n
"
"a=rtpmap:99 rtx/90000
\n
"
"a=fmtp:99 apt=98
\n
"
"a=rtpmap:101 rtx/90000
\n
"
"a=fmtp:101 apt=100
\n
"
"a=rtpmap:125 rtx/90000
\n
"
"a=fmtp:125 apt=102
\n
"
"a=ssrc-group:FID 2580761338 611523443
\n
"
"a=ssrc:2580761338 cname:iSkJ2vn5cYYubTve
\n
"
"a=ssrc:2580761338 msid:616cfbb1-33a3-4d8c-8275-a199d6005549 bf270496-a23e-47b5-b901-ef23096cd961
\n
"
"a=ssrc:2580761338 mslabel:616cfbb1-33a3-4d8c-8275-a199d6005549
\n
"
"a=ssrc:2580761338 label:bf270496-a23e-47b5-b901-ef23096cd961
\n
"
"a=ssrc:611523443 cname:iSkJ2vn5cYYubTve
\n
"
"a=ssrc:611523443 msid:616cfbb1-33a3-4d8c-8275-a199d6005549 bf270496-a23e-47b5-b901-ef23096cd961
\n
"
"a=ssrc:611523443 mslabel:616cfbb1-33a3-4d8c-8275-a199d6005549
\n
"
"a=ssrc:611523443 label:bf270496-a23e-47b5-b901-ef23096cd961
\n
"
"a=candidate:3575467457 1 udp 2113937151 10.15.83.23 57857 typ host generation 0 ufrag 6R0z network-cost 999
\n
"
"m=application 9 DTLS/SCTP 5000
\n
"
"c=IN IP4 0.0.0.0
\n
"
"a=ice-ufrag:sXJ3
\n
"
"a=ice-pwd:yEclOTrLg1gEubBFefOqtmyV
\n
"
"a=fingerprint:sha-256 22:14:B5:AF:66:12:C7:C7:8D:EF:4B:DE:40:25:ED:5D:8F:17:54:DD:88:33:C0:13:2E:FD:1A:FA:7E:7A:1B:79
\n
"
"a=setup:actpass
\n
"
"a=mid:data
\n
"
"a=sctpmap:5000 webrtc-datachannel 1024
\n
"
"a=sctp-port:5000"
;
RtcSessionSdp
sdp1
;
sdp1
.
parse
(
str1
);
RtcSessionSdp
sdp2
;
sdp2
.
parse
(
str2
);
for
(
auto
media
:
sdp1
.
medias
)
{
InfoL
<<
getRtpDirectionString
(
media
.
getDirection
());
}
for
(
auto
media
:
sdp2
.
medias
)
{
InfoL
<<
getRtpDirectionString
(
media
.
getDirection
());
}
InfoL
<<
sdp1
.
toString
();
InfoL
<<
sdp2
.
toString
();
RtcSession
session1
;
session1
.
loadFrom
(
str1
);
RtcSession
session2
;
session2
.
loadFrom
(
str2
);
DebugL
<<
session1
.
toString
();
DebugL
<<
session2
.
toString
();
}
void
RtcSession
::
loadFrom
(
const
string
&
str
)
{
RtcSessionSdp
sdp
;
sdp
.
parse
(
str
);
...
...
@@ -1294,7 +1148,6 @@ void RtcConfigure::setDefaultSetting(string ice_ufrag,
DtlsRole
role
,
RtpDirection
direction
,
const
SdpAttrFingerprint
&
fingerprint
)
{
video
.
setDefaultSetting
(
TrackVideo
);
audio
.
setDefaultSetting
(
TrackAudio
);
application
.
setDefaultSetting
(
TrackApplication
);
...
...
@@ -1321,9 +1174,15 @@ void RtcConfigure::addCandidate(const SdpAttrCandidate &candidate, TrackType typ
break
;
}
default
:
{
audio
.
candidate
.
emplace_back
(
candidate
);
video
.
candidate
.
emplace_back
(
candidate
);
application
.
candidate
.
emplace_back
(
candidate
);
if
(
audio
.
group_bundle
)
{
audio
.
candidate
.
emplace_back
(
candidate
);
}
if
(
video
.
group_bundle
)
{
video
.
candidate
.
emplace_back
(
candidate
);
}
if
(
application
.
group_bundle
)
{
application
.
candidate
.
emplace_back
(
candidate
);
}
break
;
}
}
...
...
webrtc/Sdp.h
查看文件 @
45b8f831
...
...
@@ -431,6 +431,7 @@ public:
//a=candidate:4 1 udp 2 192.168.1.7 58107 typ host
//a=candidate:<foundation> <component-id> <transport> <priority> <address> <port> typ <cand-type>
string
foundation
;
//传输媒体的类型,1代表RTP;2代表 RTCP。
uint32_t
component
;
string
transport
{
"udp"
};
uint32_t
priority
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论