[*]
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
taoyao:
|
||||
security:
|
||||
permit: /favicon.ico,/error
|
||||
@@ -2,6 +2,7 @@ server:
|
||||
port: 8888
|
||||
http2:
|
||||
enabled: true
|
||||
# 如果Nginx代理可以不用配置SSL提升性能
|
||||
ssl:
|
||||
key-alias: taoyao
|
||||
key-store: classpath:taoyao.jks
|
||||
@@ -16,6 +17,8 @@ server:
|
||||
port-header: X-Forwarded-Port
|
||||
protocol-header: X-Forwarded-Proto
|
||||
remote-ip-header: X-Forwarded-For
|
||||
# servlet:
|
||||
# context-path: /taoyao
|
||||
spring:
|
||||
profiles:
|
||||
active: dev
|
||||
@@ -53,6 +56,7 @@ taoyao:
|
||||
id:
|
||||
sn: 0
|
||||
max-index: 999999
|
||||
# 媒体配置
|
||||
media:
|
||||
audio:
|
||||
format: OPUS
|
||||
@@ -64,6 +68,7 @@ taoyao:
|
||||
framerate: 24
|
||||
resolution: 1280*760
|
||||
quality: high|standard|quick
|
||||
# WebRTC配置
|
||||
webrtc:
|
||||
model: SFU
|
||||
framework: JITSI
|
||||
@@ -74,10 +79,19 @@ taoyao:
|
||||
- stun:stun4.l.google.com:19302
|
||||
- stun:stun.stunprotocol.org:3478
|
||||
turn:
|
||||
- stun:stun1.l.google.com:19302
|
||||
- stun:stun2.l.google.com:19302
|
||||
- stun:stun3.l.google.com:19302
|
||||
- stun:stun4.l.google.com:19302
|
||||
- stun:stun.stunprotocol.org:3478
|
||||
# 信令服务配置
|
||||
host: localhost
|
||||
port: ${server.port:8888}
|
||||
schema: wss
|
||||
websocket: /websocket.signal
|
||||
# 媒体端口范围
|
||||
min-port: 45535
|
||||
max-port: 65535
|
||||
record:
|
||||
storage: /data/record
|
||||
security:
|
||||
|
||||
Reference in New Issue
Block a user