aboutsummaryrefslogtreecommitdiff
path: root/voctocore/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'voctocore/README.md')
-rw-r--r--voctocore/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/voctocore/README.md b/voctocore/README.md
index 40bb793..7fa069a 100644
--- a/voctocore/README.md
+++ b/voctocore/README.md
@@ -1,3 +1,4 @@
+# Server-Pipeline Structure
````
/-> Encoder -> PreviewPort 12000
/-> VideoMix --> OutputPort 11000
@@ -11,3 +12,25 @@
20000… AudioSrc --> MirrorPort 23000…
\-> Encoder -> PreviewPort 24000…
````
+
+# Control Protocol
+TCP-Port 9999
+````
+< set_video_a cam1
+> ok
+
+< set_composite_mode side_by_side_equal
+> ok
+
+< get_video_output_port
+> ok 11000
+
+< get_video_a
+> ok 0 cam1
+
+< set_composite_mode
+> ok side_by_side_equal
+
+< set_video_a blafoo
+> error "blafoo" is no known src
+````