Skip to content

Commit

Permalink
fix webrtc echo error (ZLMediaKit#3442)
Browse files Browse the repository at this point in the history
遵循着pr ZLMediaKit#3360 的修改方式解决webrtc echo模式失败的问题
  • Loading branch information
Dw9 authored Apr 5, 2024
1 parent 071f008 commit edca662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc/WebRtcEchoTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void WebRtcEchoTest::onCheckSdp(SdpType type, RtcSession &sdp) {
for (auto &m : sdp.media) {
for (auto &ssrc : m.rtp_rtx_ssrc) {
if (!ssrc.msid.empty()) {
ssrc.msid = "zlmediakit msid";
ssrc.msid = "zlmediakit-mslabel zlmediakit-label-" + m.mid;
}
}
}
Expand Down

0 comments on commit edca662

Please sign in to comment.