curl --location --request POST '/openapi/getLiveStreamingUrl' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "777575637740158976",
"noncestr": "1655111857793",
"sign": "D0BDC82105E8B145E12DE98624C8521B",
"deviceCode": "2a0012dd4897313f",
"scheme": "rtmp"
}'
{
"data": "rtmp://8.133.191.177:8000/live?token=198785a0928b42478a0833fd273d9528&session=0eacc6519245497cbfa8e1fa8995410d&cacheDuration=3000/fMq04RuLD-R4JDhV2g4RWQRCKhlZtGyxUKc0V0vTEzo_0",
"code": 200,
"message": "成功",
"page": null,
"extParam": null,
"success": true
}