18045010223
7 天以前 afe371d39a054b2f2a9e5875b945584eec8a8141
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
#1078
server.port = 7003
#3333
server.http.port = 7004
server.backlog = 1024
 
# ffmpeg可执行文件路径,可以留空
ffmpeg.path = E:/jtt1078/ffmpeg/bin/ffmpeg.exe
//ffmpeg.path = D:/vehicle/ffmpeg/bin/ffmpeg.exe
 
# 配置rtmp地址将在终端发送RTP消息包时,额外的向RTMP服务器推流
# TAG的形式就是SIM-CHANNEL,如13800138999-2
# 如果留空将不向RTMP服务器推流
 rtmp.url =
#rtmp.url = rtmp://47.104.204.210/live/{TAG}
 
# 设置为on时,控制台将输出ffmpeg的输出
debug.mode = on