Disable UDPMux for WebRTC by default

This commit is contained in:
Alexey Khit
2023-03-10 14:44:39 +03:00
parent 0b4ebb4e21
commit a960b9b9ee
2 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ func Init() {
} `yaml:"webrtc"`
}
cfg.Mod.Listen = ":8555"
cfg.Mod.Listen = ":8555/tcp"
cfg.Mod.IceServers = []pion.ICEServer{
{URLs: []string{"stun:stun.l.google.com:19302"}},
}