2023.02.14 试图修复无法启动Live Streaming的问题:调整master绑定的IP,从127.0.0.1改为内网IP。从生产环境同步最新的配置文件。
This commit is contained in:
@ -7,7 +7,7 @@ play.akka.actor-system = "mkfleet-4g-actor-system"
|
||||
|
||||
akka {
|
||||
remote.netty.tcp.port=45000
|
||||
remote.netty.tcp.hostname="172.20.24.171"
|
||||
remote.netty.tcp.hostname=172.20.24.171
|
||||
|
||||
remote.netty.tcp.bind-port=45000
|
||||
remote.netty.tcp.bind-hostname=0.0.0.0
|
||||
|
@ -39,6 +39,7 @@ logger.play = INFO
|
||||
# Logger provided to your application:
|
||||
logger.application = DEBUG
|
||||
|
||||
|
||||
# WS
|
||||
play.ws.timeout {
|
||||
connection = 6s // evolutions.evolutions is 120
|
||||
@ -128,8 +129,8 @@ kafka.server.address="172.20.24.171:9092"
|
||||
kafka.gps.topic=fleet-api-gps
|
||||
kafka.notification.topic=fleet-api-notification
|
||||
|
||||
# fms_gps Server (waylens-fms-gps)
|
||||
fms_gps.server.address = "http://172.20.24.171:9004"
|
||||
# fms_gps Server (waylens-fms-clip)
|
||||
fms_gps.server.address = "http://100.66.240.213:9004"
|
||||
# notification push server (waylens-fms-notification)
|
||||
provider.waylens.notificationPusher.endpoint="http://172.20.24.171:8060/fmsKafka"
|
||||
|
||||
@ -194,16 +195,16 @@ provider.aws {
|
||||
|
||||
# Wowza parameters
|
||||
provider.wowza {
|
||||
defaultPublishServer = "rtmp://54.255.235.62"
|
||||
defaultPublishServer = "rtmp://13.229.12.162"
|
||||
appName = "live_fleet"
|
||||
publishUsername = "publisher"
|
||||
publishPassword = "rnxnTbcpJWwTVY0L"
|
||||
publishUsername = "publishfleet"
|
||||
publishPassword = "E54d22d793"
|
||||
playSecret = "Sh4Tgsl2l43lB"
|
||||
playParam = "fleet"
|
||||
playProtocol = "rtmp"
|
||||
playProtocolCN = "rtmp"
|
||||
audio{
|
||||
host="54.255.235.62"
|
||||
host="13.229.12.162"
|
||||
port=1935
|
||||
appName="live_audio",
|
||||
publishUsername = "fleet_audio"
|
||||
@ -211,11 +212,15 @@ provider.wowza {
|
||||
}
|
||||
privateIPMap {
|
||||
#"18.116.56.97": "172.31.34.99"
|
||||
"54.255.235.62": "172.20.24.171"
|
||||
}
|
||||
|
||||
domainMap {
|
||||
"172.20.24.171": "54.255.235.62"
|
||||
#"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"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user