2023.01.09 修改wowza相关配置。

This commit is contained in:
limin.zhang 2023-01-09 11:11:13 +08:00
parent ba5b53052c
commit 632bf815fb

View File

@ -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"
}
}