fixed ndiout flow_id -> video_flow_id
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
"edges": [
|
||||
{
|
||||
"from": "videoin", "from_port": "video_flow_id",
|
||||
"to": "ndiout", "to_port": "flow_id",
|
||||
"to": "ndiout", "to_port": "video_flow_id",
|
||||
"format": { "kind": "video", "width": 1920, "height": 1080, "fps_num": 25, "fps_den": 1 }
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user