25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

Configuration.json 458 B

3 ay önce
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. }