app-jt1078-em.properties 888 Bytes
server.port = 9100
server.http.port = 3333
server.history.port = 9101
server.backlog = 1024

# ffmpeg路径配置
ffmpeg.path = ffmpeg

# 推流器类型: ffmpeg | native
# - ffmpeg: 使用FFmpeg进程推流,码流切换需要重启(1-3秒中断)
# - native: 使用原生Java RTMP推流,码流切换无缝(0中断)
# 默认为ffmpeg,保持向后兼容
publisher.type = native

# 原生RTMP配置(当publisher.type=native时生效)
# ZLM的RTMP监听地址
rtmp.native.host = 10.0.0.16
rtmp.native.port = 1935
rtmp.native.app = schedule

# RTMP目标地址配置
# TAG的格式通常是SIM-CHANNEL,如13800138999-2
#rtmp.url = rtsp://192.168.169.100:9555/schedule/{TAG}?sign={sign}
rtmp.url = rtsp://10.0.0.16:9554/schedule/{TAG}?sign={sign}

#rtmp.url = rtsp://192.168.169.100:19555/schedule/{TAG}?sign={sign}
# 设置为on时,控制FFmpeg的输出
debug.mode = off