恢复推流服务设置

This commit is contained in:
Tian jianyong 2025-12-29 17:55:40 +08:00
parent 4c0a13108e
commit 261cbf518b
2 changed files with 12 additions and 2 deletions

View File

@ -76,9 +76,10 @@ display:
stream:
enabled: true # 开启推流功能
# enabled: true # 开关推流功能
enabled: false # 开关推流功能
max_retries: 5 # 最大重试次数
rtmp_url: "rtsp://10.0.0.61/live/video6"
rtmp_url: "rtsp://127.0.0.1/live/video6"
ffmpeg:
fps: 10 # 推流帧率

9
requirements.txt Normal file
View File

@ -0,0 +1,9 @@
pencv-python>=4.8.0
websockets>=12.0
pyyaml>=6.0
pillow>=10.0.0
numpy>=1.24.0
psutil>=5.9.0
requests>=2.31.0
compreface-sdk>=0.6.0
screeninfo>=0.8