diff options
Diffstat (limited to 'voctocore/README.md')
-rw-r--r-- | voctocore/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/voctocore/README.md b/voctocore/README.md index f01f765..2520846 100644 --- a/voctocore/README.md +++ b/voctocore/README.md @@ -37,9 +37,26 @@ TCP-Port 9999 < set_video_a blafoo > error "blafoo" is no known src +< set_stream_blank pause +> ok + +< set_stream_live +> ok + … > signal set_video_a cam1 > signal set_composite_mode side_by_side_equal ```` + +# Messages +Messages are Client-to-Client information that don't touch the server, while being distributed on its control-socket: +```` +< message foo bar moo +> ok + +… on a nother connection + +> signal message foo bar moo +```` |