18045010223
2025-07-07 4d55075574ff1d55c1f56f89f5f3f95889258914
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
#1078
server.port = 7003
#3333
server.http.port = 7004
server.backlog = 1024
 
# ffmpeg可执行文件路径,可以留空
ffmpeg.path = E:/jtt1078/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 = off