1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

GB28181: Fix build fail

This commit is contained in:
winlin 2020-09-20 18:01:03 +08:00
parent 4e2fca2b0f
commit 7e3dfa7149
3 changed files with 4 additions and 5 deletions

View file

@ -301,7 +301,7 @@ std::string SrsGb28181SipSession::remote_ip()
return _peer_ip;
}
const SrsContextId& SrsGb28181RtmpMuxer::get_id()
const SrsContextId& SrsGb28181SipSession::get_id()
{
return _srs_context->get_id();
}