diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-10 23:07:11 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-10 23:07:11 +0200 |
commit | a93c71be7f309265658cd0cbc8bd63f22d7ce04f (patch) | |
tree | 0870006a765e15f4fe22f8db7b69d9b92700895b /voctocore/README.md | |
parent | 80d57d8006a5af2854efa195c49c6f5edd5f93b1 (diff) |
Add controll-server and control mixer
Diffstat (limited to 'voctocore/README.md')
-rw-r--r-- | voctocore/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
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 +```` |