aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-07-14 11:23:39 +0200
committerMaZderMind <github@mazdermind.de>2015-07-14 11:23:39 +0200
commit05dc63f77470628758940b4ee1afa42370b54169 (patch)
treeb462054f045db50f78750189ae8b43ddea076aab
parentbeea5f6f54513e0a94e567dc945c28e570cb79df (diff)
document StreamBlanker
-rw-r--r--voctocore/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/voctocore/README.md b/voctocore/README.md
index 14855e9..3476c4b 100644
--- a/voctocore/README.md
+++ b/voctocore/README.md
@@ -15,7 +15,7 @@ When a source is not connected, its video and audio stream must be substituted w
If enabled in Config, the core process offers two formats for most outputs: Raw-Frames in mkv as described above, which should be used to feed recording or streaming processes running on the same machine. For the GUI which usually runs on a different computer, they are not suited because of the bandwidth requirements (1920×1080 I420 @25fps = 791 MBit/s). For this reason the Servers offers Preview-Ports for each Input and the Main-Mix, which serves the same content, but the video frames there are jpeg compressed, combined with uncompressed S16LE audio and encapsulated in mkv.
-Also, if enabled in Config, another Building-Block is chained after the Main-Mix: the StreamBlanker. It is used in Cases when there should be no Stream, for example in Breaks between
+Also, if enabled in Config, another Building-Block is chained after the Main-Mix: the StreamBlanker. It is used in Cases when there should be no Stream, for example in Breaks between Talks. It is sourced from one ASource which usually accepts a Stream of Music-Loop and one or more VSources which usually accepts a "There is currently no Talk"-Loop. Because multiple VSources can be configured, one can additionally source a "We are not allowed to Stream this Talk" or any other Loop. All Video-Loops are combined with the Audio-Loop and can be selected from the GUI.
## Block-Level Diagram
````
@@ -47,7 +47,7 @@ Ports that will accept Raw I420 Frames and Raw S16LE Audio in a Matroska contain
Ports that will accept Raw I420 Frames without Audio in a Matroska container:
- 16000 Mixer – Background Loop
- - 17000, 17001, … – Stream-Blanker Video-Input, depending on the number of configured Sources
+ - 17000, 17001, … – Stream-Blanker Video-Input, depending on the number of configured Stream-Blanker-Sources
Ports that will accept Raw S16LE Audio wihout Video in a Matroska container:
- 18000 – Stream-Blanker Audio-Input