Authorization: Bearer ********************
{
"api": "string",
"clientip": null,
"sdp": "string",
"streamurl": "string",
"tid": "string"
}
curl --location --request POST 'http://127.0.0.1:4300/srs/on_play' \
--header 'Content-Type: application/json' \
--data-raw '{
"api": "string",
"clientip": null,
"sdp": "string",
"streamurl": "string",
"tid": "string"
}'
{}