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
According to the code, currently judging whether to load the video is judged by the key frame. When the camera is set to smart streaming and the key frame interval of the RTSP video stream is uncontrollable, it can be loaded when the same client accesses for the first time, and the subsequent access to the websocket will be in the pending state until the RTSP stream has a new i frame. The waiting time for loading is very long. Is there a way to solve this?
The text was updated successfully, but these errors were encountered:
According to the code, currently judging whether to load the video is judged by the key frame. When the camera is set to smart streaming and the key frame interval of the RTSP video stream is uncontrollable, it can be loaded when the same client accesses for the first time, and the subsequent access to the websocket will be in the pending state until the RTSP stream has a new i frame. The waiting time for loading is very long. Is there a way to solve this?
The text was updated successfully, but these errors were encountered: