Files
core/http/handler/api/fixtures/removeProcess.json
2025-05-15 15:09:47 +02:00

32 lines
429 B
JSON

{
"id": "test",
"type": "ffmpeg",
"options": [],
"input": [
{
"address": "testsrc=size=1280x720:rate=25",
"id": "video",
"options": [
"-f",
"lavfi",
"-re"
]
}
],
"output": [
{
"address": "-",
"id": "null",
"options": [
"-codec:v",
"copy",
"-f",
"null"
]
}
],
"autostart": false,
"reconnect": true,
"reconnect_delay_seconds": 10,
"stale_timeout_seconds": 10
}