mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
fix crash when webrtcICETCPMuxAddress is already taken
This commit is contained in:
parent
b27c363ecf
commit
3e0419358a
1 changed files with 0 additions and 1 deletions
|
|
@ -137,7 +137,6 @@ func newWebRTCServer(
|
|||
if iceTCPMuxAddress != "" {
|
||||
tcpMuxLn, err = net.Listen("tcp", iceTCPMuxAddress)
|
||||
if err != nil {
|
||||
tcpMuxLn.Close()
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue