mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 20:11:29 +08:00
32 lines
429 B
JSON
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
|
|
} |