]> git.sesse.net Git - casparcg/commit
Implemented a TCP server, simply sending every log line to the remote client. If...
authorHelge Norberg <helge.norberg@svt.se>
Fri, 13 Nov 2015 15:39:54 +0000 (16:39 +0100)
committerHelge Norberg <helge.norberg@svt.se>
Fri, 13 Nov 2015 15:39:54 +0000 (16:39 +0100)
commit5fb7f47b0a34ae5bc89207bf3172d15e06c86430
tree0484692ffafd606021904bd77912151f1f0ceaea
parent98153d4366c68ba935ec9f855805d3117de59a1a
Implemented a TCP server, simply sending every log line to the remote client. If using the default casparcg.config it will listen on 3250. Any data sent by the client is ignored.
common/log.cpp
common/log.h
protocol/CMakeLists.txt
protocol/log/tcp_logger_protocol_strategy.cpp [new file with mode: 0644]
protocol/log/tcp_logger_protocol_strategy.h [new file with mode: 0644]
shell/casparcg.config
shell/server.cpp