{ "nodes": [ { "id": "videoin", "type": "videoin", "params": {"file": "/home/itten/test-vid/2.ts"} }, { "id": "ndiout", "type": "ndiout", "params": {} } ], "edges": [ { "from": "videoin", "from_port": "video_flow_id", "to": "ndiout", "to_port": "video_flow_id", "format": { "kind": "video", "width": 1920, "height": 1080, "fps_num": 60, "fps_den": 1 } }, { "from": "videoin", "from_port": "audio_flow_id", "to": "ndiout", "to_port": "audio_flow_id", "format": { "kind": "audio", "sample_rate": 44100, "channels": 2, "bit_depth": 32 } } ] }