diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-14 19:59:16 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-14 19:59:16 +0200 |
commit | 038bc89367f26fe9be8bff135c8c0eca3f9faaaf (patch) | |
tree | 692306fb3bb14b75b09056711b4fe4bfd74d2860 /voctocore/README.md | |
parent | 51ac59343673286cc4c5d1d9b484b1e3a8f657a5 (diff) |
implement switchable preview source in mjpg coding for the GUI
Diffstat (limited to 'voctocore/README.md')
-rw-r--r-- | voctocore/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/voctocore/README.md b/voctocore/README.md index 55d19e3..8503819 100644 --- a/voctocore/README.md +++ b/voctocore/README.md @@ -2,15 +2,16 @@ ```` /-> VideoMix / \ - / \ /-> StreamBlanker -> StreamOutputPort 11001 + / \ /-> StreamBlanker -> StreamOutputPort 15000 / ------> OutputPort 11000 - / / \-> Encoder -> PreviewPort 14000… + / / \-> Encoder* -> PreviewPort* 12000 / / /----- -> AudioMix / 10000… AVSource --> MirrorPort 13000… - \-> Encoder -> PreviewPort 14000… + \-> Encoder* -> PreviewPort* 14000… +*) only when encode_previews=true is configured ```` # Control Protocol |