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

For #1612, fix crash bug for RTSP. 4.0.12

This commit is contained in:
winlin 2020-03-07 22:35:11 +08:00
parent 12a74326e8
commit dcb0553cc8
4 changed files with 6 additions and 1 deletions

View file

@ -242,6 +242,7 @@ srs_error_t SrsRtspConn::serve()
std::string SrsRtspConn::remote_ip()
{
// TODO: FIXME: Implement it.
return "";
}