29 lines
552 B
JSON
29 lines
552 B
JSON
{
|
|
"graphs": [
|
|
{
|
|
"name": "cam1",
|
|
"nodes": [
|
|
{
|
|
"id": "in_cam1",
|
|
"type": "input_rtsp",
|
|
"role": "source",
|
|
"enable": true,
|
|
"url": "rtsp://user:pass@ip/stream1"
|
|
},
|
|
{
|
|
"id": "pub_cam1",
|
|
"type": "publish",
|
|
"role": "sink",
|
|
"enable": true,
|
|
"outputs": [
|
|
{ "proto": "rtsp", "port": 8554, "path": "/live/cam1" }
|
|
]
|
|
}
|
|
],
|
|
"edges": [
|
|
["in_cam1", "pub_cam1"]
|
|
]
|
|
}
|
|
]
|
|
}
|