diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-10 20:06:51 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-10 20:06:51 +0200 |
commit | e104284f309b4492325931c5b47a16505e44a9a1 (patch) | |
tree | e673491d2ff609d5c5bead60883af8693ed334c2 /voctocore/README.md | |
parent | b9ec27da68ddce2afc94454e92a78fe262812a0e (diff) |
Move files & implement output counting
Diffstat (limited to 'voctocore/README.md')
-rw-r--r-- | voctocore/README.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/voctocore/README.md b/voctocore/README.md index df6abf8..40bb793 100644 --- a/voctocore/README.md +++ b/voctocore/README.md @@ -1,11 +1,13 @@ ```` - /-> Encoder -> PreviewPort 12000 - /-> VideoMix -> OutputPort 11000 -10000… VideoSrc --> MirrorPort 13000… - \-> Encoder -> PreviewPort 14000… + /-> Encoder -> PreviewPort 12000 + /-> VideoMix --> OutputPort 11000 + / \-> StreamBlanker -> StreamOutputPort 11001 +10000… VideoSrc --> MirrorPort 13000… + \-> Encoder -> PreviewPort 14000… - /-> Encoder -> PreviewPort 22000 - /-> AudioMix --> OutputPort 21000 + /-> Encoder -> PreviewPort 22000 + /-> AudioMix --> OutputPort 21000 + / \-> StreamBlanker -> StreamOutputPort 21001 20000… AudioSrc --> MirrorPort 23000… \-> Encoder -> PreviewPort 24000… ```` |