您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字

Configuration.json 458 B

3 月之前
1234567891011121314
  1. {
  2. "FFmpegRtspServer": {
  3. "UseHistoryVideo": false,
  4. "ARCameraList": "392",
  5. "HLSCameraList": "392",
  6. "ARRtspPort": 8554,
  7. "DrawBufferCount-comment": "等待绘制帧的缓存帧数",
  8. "DrawBufferCount": 25,
  9. "EncodeBufferCount-comment": "等待编码的缓存帧数",
  10. "EncodeBufferCount": 25,
  11. "SendBufferCount-comment": "等待发送的缓存帧数",
  12. "SendBufferCount": 25
  13. }
  14. }