mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
@@ -209,7 +209,7 @@ string RtpProcess::get_local_ip() {
|
||||
if (_sock) {
|
||||
return _sock->get_local_ip();
|
||||
}
|
||||
return "0.0.0.0";
|
||||
return "::";
|
||||
}
|
||||
|
||||
uint16_t RtpProcess::get_local_port() {
|
||||
|
||||
Reference in New Issue
Block a user