record-daemon: add live client events, fix video_file
record-daemon / Build, check and test (push) Successful in 2m12s

This commit is contained in:
2026-03-28 11:08:19 +01:00
parent 16d9ddaafa
commit 3223ba74fc
6 changed files with 570 additions and 5 deletions
+2
View File
@@ -206,6 +206,8 @@ impl Daemon {
if let Some(creds) = watcher.credentials() {
self.lqp_client.connect(creds.clone()).await?;
self.lqp_client.start_event_listener().await?;
// Start polling for live client events (kills, deaths, objectives)
self.lqp_client.start_live_client_event_poller().await;
}
}
Some(false) => {