From 564461a16de9a2a5e6764f9064e1e05d09015714 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Mon, 21 Sep 2026 09:43:39 -0700 Subject: [PATCH] chore(release): 0.1.1 Stall-recovery watchdog for video subscriptions (#7). Camera sources could drop out in OBS and never recover while the same players stayed healthy in browser talkback; the pinned client-sdk-cpp exposes no keyframe-request API, so a decoder that lost a frame had no way to resync for the rest of the show. Co-Authored-By: Claude Opus 5 (1M context) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06adcc5..40aa103 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.19) project(obs-streamer-tools-plugin - VERSION 0.1.0 + VERSION 0.1.1 DESCRIPTION "OBS Studio source plugin for streamer-tools camera feeds" LANGUAGES C CXX )