steam-server/app/config.py

7 lines
306 B
Python
Raw Normal View History

2024-12-12 20:04:36 +08:00
# app/config.py
ffmpeg_path = r"D:\software\ffmpeg\ffmpeg-4.4.1\bin\ffmpeg.exe"
cleanup_interval = 60 # 定时清理间隔时间(秒)
2024-12-16 14:31:28 +08:00
expired_timeout = 60 * 1000 * 6 # 流空闲超时时间(毫秒)
2024-12-13 18:21:25 +08:00
rtmp_url = "rtmp://127.0.0.1/live"
flv_url = "http://127.0.0.1:8080/live"
md5_salt = "linxyun2024"