mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Refine resouce management
This commit is contained in:
parent
1173d35e33
commit
64705d1cc8
29 changed files with 364 additions and 177 deletions
|
@ -301,6 +301,11 @@ std::string SrsGb28181SipSession::remote_ip()
|
|||
return _peer_ip;
|
||||
}
|
||||
|
||||
std::string SrsGb28181SipSession::desc()
|
||||
{
|
||||
return "SipConn";
|
||||
}
|
||||
|
||||
srs_error_t SrsGb28181SipSession::cycle()
|
||||
{
|
||||
srs_error_t err = do_cycle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue