Skip to content

Commit a8b7535

Browse files
update config.json to include mxl ports
1 parent e5c0105 commit a8b7535

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Development/nmos-cpp-node/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
// senders, receivers: controls which kinds of sender and receiver are instantiated by the example node
2424
// the values must be an array of unique strings identifying the kinds of 'port', like ["v", "a", "d"], see impl::ports
2525
// when omitted, all ports are instantiated
26-
//"senders": ["v", "a"],
27-
//"receivers": [],
26+
"senders": ["xv", "xa", "xd"],
27+
"receivers": ["xv", "xa", "xd"],
2828

2929
// frame_rate: controls the grain_rate of video, audio and ancillary data sources and flows
3030
// and the equivalent parameter constraint on video receivers
@@ -52,7 +52,7 @@
5252
//"component_depth": 10,
5353

5454
// video_type: media type of video flows, e.g. "video/raw" or "video/jxsv", see nmos::media_types
55-
//"video_type": "video/jxsv",
55+
"video_type": "video/v210",
5656

5757
// channel_count: controls the number of channels in audio sources
5858
//"channel_count": 8,

0 commit comments

Comments
 (0)