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

Fix build fail

This commit is contained in:
winlin 2020-09-19 10:41:58 +08:00
parent 64705d1cc8
commit 1661876633
4 changed files with 12 additions and 0 deletions

View file

@ -1011,6 +1011,11 @@ std::string SrsGb28181RtmpMuxer::remote_ip()
return "";
}
const SrsContextId& SrsGb28181RtmpMuxer::get_id()
{
return _srs_context->get_id();
}
std::string SrsGb28181RtmpMuxer::desc()
{
return "GBConn";