diff options
author | MaZderMind <github@mazdermind.de> | 2015-06-16 16:59:04 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-06-16 16:59:04 +0200 |
commit | c69b7397171e49221a42c0c49154d29722d38af0 (patch) | |
tree | a2dd956c6d9e4597be70a4bd792e7356f8387f17 /voctocore/README.md | |
parent | 8e2359d8ed6b17fc6cad99d617c889c754eb44c1 (diff) |
Implement Stream-Blanker
Diffstat (limited to 'voctocore/README.md')
-rw-r--r-- | voctocore/README.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/voctocore/README.md b/voctocore/README.md index 2520846..e47ec51 100644 --- a/voctocore/README.md +++ b/voctocore/README.md @@ -1,10 +1,14 @@ # Server-Pipeline Structure ```` -16000 BackgroundSource - \ - --> VideoMix - / \ - / \ /-> StreamBlanker -> StreamOutputPort 15000 + +17000… VSource (Stream-Blanker) -----\ +18000 ASource (Stream-Blanker) ------\ + \ +16000 VSource (Background) \ + \ \ + --> VideoMix \ + / \ -> StreamBlanker -> StreamOutputPort 15000 + / \ / / ------> OutputPort 11000 / / \-> Encoder* -> PreviewPort* 12000 / / |