{
"url": "http://example.com",
"options": {
"headers": {
"property1": "string",
"property2": "string"
},
"timeout": -1
}
}curl --location --request POST '/api/v1/system/ffmpeg/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://example.com",
"options": {
"headers": {
"property1": "string",
"property2": "string"
},
"timeout": -1
}
}'{
"code": 0,
"msg": "ok",
"data": {
"duration": 0,
"format": "string",
"video": {
"codec": "string",
"width": 0,
"height": 0,
"fps": 0,
"bitrate": 0
},
"audio": {
"codec": "string",
"sampleRate": 0,
"channels": 0,
"bitrate": 0
}
}
}