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.

578B

tuoheng_airprt_media

推流启动消息体

{

"command": "start",  
"pullUrl": "rtsp拉流地址"  
"pushUrl": "rtmp推流地址"  

}

推流停止消息体

{

"command": "stop"  

}

反馈结果 10秒发送一次

{

"errorCode": "", // 异常编码
"errorMsg": "异常描述",
"status": 0, //状态 0初始化 5待推流 10重试中 15推流中 20停止中 25完成 30超时 35失败
"current_time": "2023-07-04 11:20:20"  

}

生产mqttt

url: tcp://mqtt.t-aaron.com:10883

用户名

username: admin

密码

password: admin##123