52 lines
1.2 KiB
Properties
52 lines
1.2 KiB
Properties
#公司环境
|
|
#spring.application.name=stream_server
|
|
#server.port = 9011
|
|
#srs.splitPath=/data/java/srs/stream_server/temp
|
|
#srs.targetPath=/data/java/srs/srs/trunk/objs/nginx/html/recording
|
|
#ffmpeg=ffmpeg
|
|
#recordPath=/data/java/srs/srs/trunk/objs/nginx/html/record
|
|
#livedates=8
|
|
#cangneiwai=false
|
|
#srs.domain = ""
|
|
#srs.name = ""
|
|
|
|
#大数据局
|
|
#spring.application.name=stream_server
|
|
#server.port = 8989
|
|
#srs.splitPath=/data/java/srs/stream_server/temp
|
|
#srs.targetPath=/data/java/srs/srs/trunk/objs/nginx/html/recording
|
|
#ffmpeg=ffmpeg
|
|
#recordPath=/data/java/srs/srs/trunk/objs/nginx/html/record
|
|
#livedates=8
|
|
#cangneiwai=true
|
|
#srs.domain = ""
|
|
#srs.name = ""
|
|
|
|
#本地测试
|
|
#spring.application.name=stream_server
|
|
#server.port = 9011
|
|
#srs.splitPath=/Users/sunpeng/workspace/stream/temp
|
|
#srs.targetPath=/Users/sunpeng/workspace/stream/html
|
|
#ffmpeg=ffmpeg
|
|
#recordPath=/Users/sunpeng/workspace/stream/record
|
|
#livedates=7
|
|
#cangneiwai=false
|
|
#srs.domain = ""
|
|
#srs.name = ""
|
|
|
|
#容器化部署
|
|
#通过注入
|
|
srs.domain = STREAM.t-aaron.com
|
|
#通过注入
|
|
srs.name = STREAM
|
|
spring.application.name=stream_server
|
|
server.port = 8080
|
|
#零时文件
|
|
srs.splitPath=/data/temp
|
|
#拍照 + 录像
|
|
srs.targetPath=/data/recording
|
|
ffmpeg=ffmpeg
|
|
#
|
|
recordPath=/data/record
|
|
livedates=8
|
|
cangneiwai=false |