diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-10 16:28:38 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-10 16:28:38 +0200 |
commit | b9ec27da68ddce2afc94454e92a78fe262812a0e (patch) | |
tree | eb917f731b6d199c6a76b1cf541d6f6af29ca6fd /voctocore/README.md | |
parent | f8a0b46028b9c902da7ce67590f9ce952ea44544 (diff) |
Implementing a Video-Switching-Server is easy … if you know what your're doing
Diffstat (limited to 'voctocore/README.md')
-rw-r--r-- | voctocore/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/voctocore/README.md b/voctocore/README.md index e69de29..df6abf8 100644 --- a/voctocore/README.md +++ b/voctocore/README.md @@ -0,0 +1,11 @@ +```` + /-> Encoder -> PreviewPort 12000 + /-> VideoMix -> OutputPort 11000 +10000… VideoSrc --> MirrorPort 13000… + \-> Encoder -> PreviewPort 14000… + + /-> Encoder -> PreviewPort 22000 + /-> AudioMix --> OutputPort 21000 +20000… AudioSrc --> MirrorPort 23000… + \-> Encoder -> PreviewPort 24000… +```` |