summaryrefslogtreecommitdiff
path: root/voctocore/README.md
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-05-13 19:35:20 +0200
committerMaZderMind <github@mazdermind.de>2015-05-13 19:35:20 +0200
commit943ab31a0f32b7bb50fa1ff90c9ce8d72b232cfd (patch)
tree601c1b7b4261b544d413bb29e191286dc2688371 /voctocore/README.md
parent4ea86d040d7ee247af247e8388eedf975aaf1f54 (diff)
experiment with transporting uncompressed a/v together in a matroska stream
Diffstat (limited to 'voctocore/README.md')
-rw-r--r--voctocore/README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/voctocore/README.md b/voctocore/README.md
index 14bd785..55d19e3 100644
--- a/voctocore/README.md
+++ b/voctocore/README.md
@@ -1,16 +1,16 @@
# Server-Pipeline Structure
````
- /-> Encoder -> PreviewPort 12000
- /-> VideoMix --> OutputPort 11000
- / \-> StreamBlanker -> StreamOutputPort 11001
-10000… VideoSrc --> MirrorPort 13000…
+ /-> VideoMix
+ / \
+ / \ /-> StreamBlanker -> StreamOutputPort 11001
+ / ------> OutputPort 11000
+ / / \-> Encoder -> PreviewPort 14000…
+ / /
+ /----- -> AudioMix
+ /
+10000… AVSource --> MirrorPort 13000…
\-> Encoder -> PreviewPort 14000…
- /-> Encoder -> PreviewPort 22000
- /-> AudioMix --> OutputPort 21000
- / \-> StreamBlanker -> StreamOutputPort 21001
-20000… AudioSrc --> MirrorPort 23000…
- \-> Encoder -> PreviewPort 24000…
````
# Control Protocol
@@ -22,7 +22,7 @@ TCP-Port 9999
< set_composite_mode side_by_side_equal
> ok
-< get_video_output_port
+< get_output_port
> ok 11000
< get_video_a