From a93c71be7f309265658cd0cbc8bd63f22d7ce04f Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 10 May 2015 23:07:11 +0200 Subject: Add controll-server and control mixer --- voctocore/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'voctocore/README.md') diff --git a/voctocore/README.md b/voctocore/README.md index 40bb793..7fa069a 100644 --- a/voctocore/README.md +++ b/voctocore/README.md @@ -1,3 +1,4 @@ +# Server-Pipeline Structure ```` /-> Encoder -> PreviewPort 12000 /-> VideoMix --> OutputPort 11000 @@ -11,3 +12,25 @@ 20000… AudioSrc --> MirrorPort 23000… \-> Encoder -> PreviewPort 24000… ```` + +# Control Protocol +TCP-Port 9999 +```` +< set_video_a cam1 +> ok + +< set_composite_mode side_by_side_equal +> ok + +< get_video_output_port +> ok 11000 + +< get_video_a +> ok 0 cam1 + +< set_composite_mode +> ok side_by_side_equal + +< set_video_a blafoo +> error "blafoo" is no known src +```` -- cgit v1.2.3