You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Configuration.json 675 B

3 月之前
123456789101112131415161718
  1. {
  2. "FFmpegRtspServer": {
  3. "UseHistoryVideo": true,
  4. "HLSCameraList": "8100",
  5. "ARCameraList": "8100",
  6. "ARRtspPort": 8554,
  7. "DrawBufferCount-comment": "等待绘制帧的缓存帧数",
  8. "DrawBufferCount": 25,
  9. "EncodeBufferCount-comment": "等待编码的缓存帧数",
  10. "EncodeBufferCount": 25,
  11. "SendBufferCount-comment": "等待发送的缓存帧数",
  12. "SendBufferCount": 25,
  13. "InputFrameRate-comment" : "根据电脑性能设置帧率",
  14. "InputFrameRate" : "",
  15. "RtmpPushServer-comment" : "rtmp 推流地址",
  16. "RtmpPushServer" : "rtmp://192.168.2.119:9555/hls"
  17. }
  18. }