Use camera name instead of stream_name for jsmpeg players (#12219)

This commit is contained in:
Josh Hawkins
2024-06-30 11:06:03 -06:00
committed by GitHub
parent f9e1ad253f
commit f050c7b37d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -384,6 +384,7 @@ function MSEPlayer({
onPlaying?.();
}}
muted={!audioEnabled}
onPause={() => videoRef.current?.play()}
onProgress={() => {
if ((isSafari || isIOS) && !safariPlaying) {
setSafariPlaying(true);