mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 08:01:14 +08:00
do not listen on IPv6 when host is 0.0.0.0 (#240)
(https://github.com/aler9/mediamtx/issues/1665)
This commit is contained in:
@@ -63,7 +63,8 @@ func (cm *clientMedia) allocateUDPListeners(multicast bool, rtpAddress string, r
|
||||
cm.c.WriteTimeout,
|
||||
multicast,
|
||||
rtcpAddress,
|
||||
cm, false)
|
||||
cm,
|
||||
false)
|
||||
if err != nil {
|
||||
l1.close()
|
||||
return err
|
||||
|
Reference in New Issue
Block a user