mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 22:05:44 +03:00
add camera name
This commit is contained in:
parent
a76c4c180e
commit
1b5a37ed6d
@ -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);
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user