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
I am using the ExyteGrid library to implement a Dashboard feature in my application. One of the widgets I have is a Camera Widget that streams video from an RTSP source. When I perform a drag-and-drop operation to rearrange this widget within the grid, I notice that the widget is being reinitialized.
This reinitialization causes the RTSP connection to drop and reconnect, leading to a poor user experience and reduced application performance.
The text was updated successfully, but these errors were encountered:
I am using the ExyteGrid library to implement a Dashboard feature in my application. One of the widgets I have is a Camera Widget that streams video from an RTSP source. When I perform a drag-and-drop operation to rearrange this widget within the grid, I notice that the widget is being reinitialized.
This reinitialization causes the RTSP connection to drop and reconnect, leading to a poor user experience and reduced application performance.
The text was updated successfully, but these errors were encountered: