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.

28 lines
991B

  1. mqtt:
  2. # mqtt客户端id对应每个机场平台的编码
  3. client_id: "THOBS@0000THJSQ232004"
  4. # 机场平台编号
  5. airport_code: "0000THJSQ232004"
  6. # mqtt用户(根据对接环境修改)
  7. username: "admin"
  8. # mqtt密码(根据对接环境修改)
  9. password: "admin##123"
  10. # mqtt连接地址(根据对接环境修改)
  11. host: "mqtt.t-aaron.com"
  12. # mqtt端口号(根据对接环境修改)
  13. port: 10883
  14. # 长链接时间
  15. keepalive: 60
  16. topic:
  17. upload:
  18. # 文件上传订阅topic(不修改) %s代码会自动替换为airport_code
  19. sub_topic: "/v1/%s/media/upload"
  20. # 文件上传响应topic(不修改)%s代码会自动替换为airport_code
  21. res_topic: "/v1/%s/media/result"
  22. easy_rtmp_live:
  23. # EasyRtmpLive启动停止订阅topic(不修改) %s代码会自动替换为airport_code
  24. sub_topic: "/v1/%s/rtmp/live"
  25. # EasyRtmpLive响应topic(不修改) %s代码会自动替换为airport_code
  26. res_topic: "/v1/%s/rtmp/result"