vmix-tcp
TCP API client for vMix. Provides synchronous, real-time communication with vMix instances.
Features
- Real-time command/event streaming
- Thread-safe client implementation
- Support for all vMix TCP commands
- Built on top of
vmix-core
Usage
use ;
use Duration;
// Connect to vMix
let client = new?;
// Send command
client.send_command?;
// Receive response
let response = client.try_receive_command?;
License
MIT