add camera name

This commit is contained in:
Josh Hawkins 2025-11-24 07:15:14 -06:00
parent a76c4c180e
commit 1b5a37ed6d

View File

@ -96,7 +96,7 @@ function MSEPlayer({
); );
if (mseCodecRef.current) { if (mseCodecRef.current) {
// eslint-disable-next-line no-console // 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); onError?.(error);
}, },