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.

21 lines
577B

  1. mqtt:
  2. # mqtt客户端id对应每个机场平台的编码
  3. client_id: "THOBS@0000THJSQ232003"
  4. # mqtt用户(根据对接环境修改)
  5. username: "admin"
  6. # mqtt密码(根据对接环境修改)
  7. password: "admin##123"
  8. # mqtt连接地址(根据对接环境修改)
  9. host: "mqtt.t-aaron.com"
  10. # mqtt端口号(根据对接环境修改)
  11. port: 10883
  12. # 长链接时间
  13. keepalive: 60
  14. topic:
  15. stream:
  16. # 推流订阅topic(不修改)
  17. sub_topic: "/v1/%s/stream/push"
  18. # 推流响应topic(不修改)
  19. res_topic: "/v1/%s/stream/result"