Fix homekit producer remote_addr
This commit is contained in:
@@ -57,7 +57,8 @@ func Dial(rawURL string, server *srtp.Server) (*Client, error) {
|
||||
ID: core.NewID(),
|
||||
FormatName: "homekit",
|
||||
Protocol: "udp",
|
||||
Source: conn.URL(),
|
||||
RemoteAddr: conn.Conn.RemoteAddr().String(),
|
||||
Source: rawURL,
|
||||
Transport: conn,
|
||||
},
|
||||
hap: conn,
|
||||
|
||||
Reference in New Issue
Block a user