app.properties
975 Bytes
server.port = 40000
server.http.port = 3333
server.history.port = 40001
server.backlog = 1024
# ffmpeg路径配置
ffmpeg.path = F:/ffmpeg/ffmpeg-7.0.2-essentials_build/bin/ffmpeg.exe
# 推流器类型: ffmpeg | netty
# - ffmpeg: 使用FFmpeg进程推流,码流切换需要重启(1-3秒中断)
# - netty: 使用Netty RTMP推流(非阻塞),码流切换无缝(0中断)推荐使用
# 默认为ffmpeg,保持向后兼容
publisher.type = netty
# 原生RTMP配置(当publisher.type=netty时生效)
rtmp.native.host = 127.0.0.1
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://127.0.0.1:554/schedule/{TAG}?sign={sign}
#rtmp.url = rtsp://192.168.169.100:19555/schedule/{TAG}?sign={sign}
debug.mode = off
zlm.host = 127.0.0.1
zlm.http.port = 80
zlm.secret= 8KMYsD5ItKkHN1CIcPI9VeLa6u4S8deU