2023.02.24 增加wowza配置。更新fms-core中的wowza为自行搭建的Wowza服务器。

This commit is contained in:
2023-02-24 11:50:50 +08:00
parent 6db442ae57
commit 8546ef02f0
5 changed files with 1196 additions and 8 deletions

View File

@ -195,7 +195,7 @@ 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"
@ -204,7 +204,7 @@ provider.wowza {
playProtocol = "rtmp"
playProtocolCN = "rtmp"
audio{
host="13.229.12.162"
host="54.255.235.62"
port=1935
appName="live_audio",
publishUsername = "fleet_audio"
@ -215,12 +215,7 @@ provider.wowza {
}
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"
}
}