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); },