tcp server 用于给andriod 客户端定时发送消息
liuxiaolong
2019-11-01 c345d4cc7a215794d4b7f2ee8bcc3441d23ffed8
extend/config/config.go
@@ -30,7 +30,8 @@
   }
   viper.UnmarshalKey("server", serverList)
   for _,s :=range *serverList {
      ServerMap[s.ServerId] = "http://"+s.ServerIp+":"+s.VideoPort+"/getRecordVideoPath"
      NgxMap[s.ServerId] = "http://"+s.NginxIp+":"+s.NginxPort+"/videosource"
      si := s
      ServerMap[si.ServerId] = "http://"+si.ServerIp+":"+si.VideoPort+"/getRecordVideoPath"
      NgxMap[si.ServerId] = "http://"+si.NginxIp+":"+si.NginxPort+"/videosource"
   }
}