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.
|
- mqtt:
- # mqtt客户端id对应每个机场平台的编码
- client_id: "THOBS@0000THJSQ232003"
- # mqtt用户(根据对接环境修改)
- username: "admin"
- # mqtt密码(根据对接环境修改)
- password: "admin##123"
- # mqtt连接地址(根据对接环境修改)
- host: "mqtt.t-aaron.com"
- # mqtt端口号(根据对接环境修改)
- port: 10883
- # 长链接时间
- keepalive: 60
- topic:
- upload:
- # 文件上传订阅topic(不修改)
- sub_topic: "/v1/%s/media/upload"
- # 文件上传响应topic(不修改)
- res_topic: "/v1/%s/media/result"
- easy_rtmp_live:
- # EasyRtmpLive启动停止订阅topic(不修改)
- sub_topic: "/v1/%s/rtmp/live"
- # EasyRtmpLive响应topic(不修改)
- res_topic: "/v1/%s/rtmp/result"
|