You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiding the React component or even routing to another page keeps the camera video streaming as alive in the backend.
This means that every time a camera is displayed, a new video stream is started. It only stops when tab is closed.
It leads to memory leaks and lower performance of the frontend.
This is an issue with MJPEG streaming using the tag in browsers since the 2010s and that will not be fixed as it's "working as intended" according to Google devs.