{
"schema": "string",
"vhost": "__defaultVhost__",
"app": "string",
"stream": "string",
"ssrc": 0,
"dst_url": "string",
"dst_port": 0,
"is_udp": true,
"src_port": 0,
"pt": 0,
"use_ps": 0,
"only_audio": true
}curl --location 'http://127.0.0.1:8086/zlm/api/rtp/send/start' \
--header 'Content-Type: application/json' \
--data '{
"schema": "string",
"vhost": "__defaultVhost__",
"app": "string",
"stream": "string",
"ssrc": 0,
"dst_url": "string",
"dst_port": 0,
"is_udp": true,
"src_port": 0,
"pt": 0,
"use_ps": 0,
"only_audio": true
}'{
"code": "string",
"local_port": "string"
}