{
"id": 1,
"app": "live",
"stream": "test",
"dstUrl": "rtmp://push.example.com/live/test",
"schema": "rtmp",
"status": 1,
"serverId": "zlm-node-1",
"description": "测试推流代理",
"pushProxyExtendReq": {
"vhost": "__defaultVhost__",
"retryCount": -1,
"rtpType": 0,
"timeoutSec": 10,
"autoReconnect": false,
"retryInterval": 5,
"enableMonitor": false,
"qualityThreshold": 0.8,
"maxBitrate": 5000,
"minBitrate": 500,
"enableAuth": false,
"authUser": "user",
"authPassword": "password",
"autoStop": false,
"autoStopDelay": 300,
"priority": 1,
"enableEncrypt": false,
"encryptKey": "secret_key"
}
}curl --location --request DELETE 'http://127.0.0.1:8086/api/v1/push-proxy/deleteBatch' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"app": "live",
"stream": "test",
"dstUrl": "rtmp://push.example.com/live/test",
"schema": "rtmp",
"status": 1,
"serverId": "zlm-node-1",
"description": "测试推流代理",
"pushProxyExtendReq": {
"vhost": "__defaultVhost__",
"retryCount": -1,
"rtpType": 0,
"timeoutSec": 10,
"autoReconnect": false,
"retryInterval": 5,
"enableMonitor": false,
"qualityThreshold": 0.8,
"maxBitrate": 5000,
"minBitrate": 500,
"enableAuth": false,
"authUser": "user",
"authPassword": "password",
"autoStop": false,
"autoStopDelay": 300,
"priority": 1,
"enableEncrypt": false,
"encryptKey": "secret_key"
}
}'{
"key": {}
}