From 1b5a37ed6deb29d03c2c5bdf3ae341b293b7e3ac Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:15:14 -0600 Subject: [PATCH] add camera name --- web/src/components/player/MsePlayer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/player/MsePlayer.tsx b/web/src/components/player/MsePlayer.tsx index 8e4c1b601..576fc93d6 100644 --- a/web/src/components/player/MsePlayer.tsx +++ b/web/src/components/player/MsePlayer.tsx @@ -96,7 +96,7 @@ function MSEPlayer({ ); if (mseCodecRef.current) { // eslint-disable-next-line no-console - console.error(`MSE codec in use: ${mseCodecRef.current}`); + console.error(`${camera} - MSE codec in use: ${mseCodecRef.current}`); } onError?.(error); },