From 038bc89367f26fe9be8bff135c8c0eca3f9faaaf Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 14 May 2015 19:59:16 +0200 Subject: implement switchable preview source in mjpg coding for the GUI --- voctocore/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'voctocore/README.md') 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 -- cgit v1.2.3