mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For 2034, GB28181: Support transport over TCP
This commit is contained in:
parent
751dab56d8
commit
fe65c7bf84
12 changed files with 807 additions and 46 deletions
|
@ -699,7 +699,7 @@ srs_error_t SrsGb28181SipService::send_invite(SrsSipRequest *req, string ip, i
|
|||
req->from_realm = config->sip_realm;
|
||||
|
||||
std::stringstream ss;
|
||||
sip->req_invite(ss, req, ip, port, ssrc);
|
||||
sip->req_invite(ss, req, ip, port, ssrc, config->rtp_mux_tcp_enable);
|
||||
|
||||
sockaddr addr = sip_session->sockaddr_from();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue