完成rtc发送

This commit is contained in:
xiongziliang
2021-04-02 20:35:43 +08:00
parent 4a62314be9
commit c42b678cab
3 changed files with 43 additions and 9 deletions

View File

@@ -1129,7 +1129,8 @@ void RtcMedia::checkValid() const{
auto rtx_plan = getPlan("rtx");
if (rtx_plan) {
//开启rtx后必须指定rtx_ssrc
CHECK(!rtx_ssrc.empty() || !send_rtp);
//todo 此处不确定
// CHECK(!rtx_ssrc.empty() || !send_rtp);
}
}