diff --git a/etc/rtp.conf b/etc/rtp.conf new file mode 100644 index 000000000..e8d3ccb63 --- /dev/null +++ b/etc/rtp.conf @@ -0,0 +1,17 @@ +nodes = { + rtp_node = { + type = "rtp" + + in = { + address = "0.0.0.0:12000", + signals = { + count = 3 + type = "float" + } + } + + out = { + address = "127.0.0.1:12000" + } + } +}