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:
parent
12a74326e8
commit
dcb0553cc8
4 changed files with 6 additions and 1 deletions
|
@ -242,6 +242,7 @@ srs_error_t SrsRtspConn::serve()
|
|||
|
||||
std::string SrsRtspConn::remote_ip()
|
||||
{
|
||||
// TODO: FIXME: Implement it.
|
||||
return "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue