X-User-Token: ********************curl --location 'http://192.168.10.11:7012/api//openapi/v0.1/live-stream/converter' \
--header 'gis-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NzIwNzI1ODEsInVzZXJuYW1lIjoic3lhZG1pbiJ9._MztFZUO72f_nClLz-Yf-qcDFHOm-G_o1ZkJZplzSQU' \
--header 'x-tenant-id: 1011' \
--header 'x-access-token: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>'{
"code": 0,
"message": "OK",
"data": {
"list": [
{
"converter_name": "custom-name-gb",
"converter_id": "acfb0e79-87a7-4d61-898e-2f32792996e5",
"sn": "7CTDM3D00BZNVZ",
"camera_index": "165-0-7",
"schema": "gb28181",
"schema_option": {
"server_id": "00000000000000000001",
"server_ip": "127.0.0.1",
"server_port": "5060",
"device_password": "password",
"local_port": "7060",
"device_id": "34020000001310000004",
"local_channel": "34020000001310000004"
},
"auto_push_stream": false,
"device_online_status": true,
"device_callsign": "司空惠州1号机场",
"state": "initialized",
"state_code": 213050
},
{
"converter_name": "custom-name-rtmp",
"converter_id": "6d84b264-934e-49bc-835c-78ef631b4d25",
"sn": "7CTDM3D00BZNVZ",
"camera_index": "165-0-7",
"schema": "rtmp",
"schema_option": {
"url": "rtmp://live.restream.io/live31/"
},
"auto_push_stream": false,
"device_online_status": true,
"device_callsign": "司空惠州1号机场",
"state": "initialized",
"state_code": 213050
}
]
}
}