From 632bf815fb9745fcfc38fe916515ca847a99033d Mon Sep 17 00:00:00 2001
From: "limin.zhang" <limin.zhang@eveus.com>
Date: Mon, 9 Jan 2023 11:11:13 +0800
Subject: [PATCH] =?UTF-8?q?2023.01.09=20=E4=BF=AE=E6=94=B9wowza=E7=9B=B8?=
 =?UTF-8?q?=E5=85=B3=E9=85=8D=E7=BD=AE=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 config/fms-core/wtest_application.conf | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/config/fms-core/wtest_application.conf b/config/fms-core/wtest_application.conf
index 1d850ad..db5fd37 100644
--- a/config/fms-core/wtest_application.conf
+++ b/config/fms-core/wtest_application.conf
@@ -194,16 +194,16 @@ provider.aws {
 
 # Wowza parameters
 provider.wowza {
-  defaultPublishServer = "rtmp://13.229.12.162"
+  defaultPublishServer = "rtmp://54.255.235.62"
   appName = "live_fleet"
-  publishUsername = "publishfleet"
-  publishPassword = "E54d22d793"
+  publishUsername = "publisher"
+  publishPassword = "rnxnTbcpJWwTVY0L"
   playSecret = "Sh4Tgsl2l43lB"
   playParam = "fleet"
   playProtocol = "rtmp"
   playProtocolCN = "rtmp"
   audio{
-    host="13.229.12.162"
+    host="54.255.235.62"
     port=1935
     appName="live_audio",
     publishUsername = "fleet_audio"
@@ -211,15 +211,11 @@ provider.wowza {
   }
   privateIPMap {
     #"18.116.56.97": "172.31.34.99"
+    "54.255.235.62": "172.20.24.171"
   }
 
   domainMap {
-    #"172.31.9.208"  : "13.229.12.162"
-    #"172.31.9.208": "616e881f8f6db.streamlock.net"
-    #"13.229.12.162": "616e881f8f6db.streamlock.net"
-    #"172.31.9.208": "619c7e3c4e66c.streamlock.net"
-    #"13.229.12.162": "619c7e3c4e66c.streamlock.net"
-    "172.31.9.208": "13.229.12.162"
+    "172.20.24.171": "54.255.235.62"
   }
 }