auto earliest_timestamp_time = std::chrono::steady_clock::now() + std::chrono::milliseconds(100);
TPReplay currently has a small (hardcoded) delay (100ms) at the start stage that allows for multiple outputs to stream in sync. This needs testing for high level of sources (or potentially making configurable).
auto earliest_timestamp_time = std::chrono::steady_clock::now() + std::chrono::milliseconds(100);TPReplay currently has a small (hardcoded) delay (100ms) at the start stage that allows for multiple outputs to stream in sync. This needs testing for high level of sources (or potentially making configurable).