update readme

This commit is contained in:
xugo
2025-01-25 19:47:34 +08:00
parent 330b205631
commit 00da30d4d6
5 changed files with 24 additions and 11 deletions
+1
View File
@@ -159,6 +159,7 @@ func (n *NodeManager) connection(server *MediaServer, serverPort int) {
hookPrefix := fmt.Sprintf("http://%s:%d/webhook", server.HookIP, serverPort)
req := zlm.SetServerConfigRequest{
RtcExternIP: zlm.NewString(server.IP),
GeneralMediaServerID: zlm.NewString(server.ID),
HookEnable: zlm.NewString("1"),
HookOnFlowReport: zlm.NewString(""),