aboutsummaryrefslogtreecommitdiff
path: root/Gem/usr/local/lib/pd/extra/Gem/ndi-videoplugin.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2020-09-03 19:29:51 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2020-09-03 19:29:51 +0000
commit2b4db67d828843189484eb146ce093c26cae258b (patch)
tree8a0f2b89690bdf5367f6a854a1c3bc5c01d65076 /Gem/usr/local/lib/pd/extra/Gem/ndi-videoplugin.pd
parent66e0d8f7a32f5c73727cbad013a5de0bdbe6dc09 (diff)
Gem abb5cb82d6e384ecaf5592d281adf3d7951098b1 linux/amd64
built 'master:abb5cb82d6e384ecaf5592d281adf3d7951098b1' for linux/amd64
Diffstat (limited to 'Gem/usr/local/lib/pd/extra/Gem/ndi-videoplugin.pd')
-rw-r--r--Gem/usr/local/lib/pd/extra/Gem/ndi-videoplugin.pd27
1 files changed, 27 insertions, 0 deletions
diff --git a/Gem/usr/local/lib/pd/extra/Gem/ndi-videoplugin.pd b/Gem/usr/local/lib/pd/extra/Gem/ndi-videoplugin.pd
new file mode 100644
index 0000000..5c024d8
--- /dev/null
+++ b/Gem/usr/local/lib/pd/extra/Gem/ndi-videoplugin.pd
@@ -0,0 +1,27 @@
+#N canvas 712 350 753 584 10;
+#X text 75 101 1- select the backend;
+#X text 89 47 videoNDI - receive NDI video streams;
+#X msg 261 102 driver ndi;
+#X msg 261 162 open MYMACHINE\ (TestStream);
+#X msg 261 212 open 127.0.0.1:5961;
+#X text 75 211 2b- open an NDI-stream by IP:port, f 24;
+#X text 75 161 2a- open an NDI-stream by name, f 24;
+#X text 48 303 per default \, you can only open NDI-streams that are
+already present in the network.;
+#X text 74 431 3- open an NDI-stream by name \, even if it doesn't
+exist yet, f 24;
+#X text 53 342 if you want to wait for future (not-yet-existing) streams
+\, you can do do by setting the "future" property to "1" *immediately*
+before you try to 'open' the stream.;
+#X text 57 389 Once the NDI-stream appears \, [pix_video] will start
+outputting it:;
+#X obj 232 253 s \$1-ctl;
+#X text 447 151 NDI-stream names contain spaces and parantheses.;
+#X text 446 166 You must escape the spaces with backspace.;
+#X obj 232 503 s \$1-ctl;
+#X msg 260 432 set future 1 \, open MYMACHINE\ (Waiting\ Man);
+#X text 89 57 ====================================;
+#X connect 2 0 11 0;
+#X connect 3 0 11 0;
+#X connect 4 0 11 0;
+#X connect 15 0 14 0;