-
Framerate drop to 0 while bitrate is not 0 and internet connection is good. ** Logging **
Here is the logs
** Any design considerations/constraints ** Thanks for helping~ |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @bigbean17, What are you using as viewer? Has a peer connection been established? Could you describe what sort of behavior are you seeing and after how long? If you're using the JS SDK as viewer, you can use Chrome's webrtc tools ( |
Beta Was this translation helpful? Give feedback.
-
Hi @sirknightj Viewer Peer Connection Description Posible Causes The camera is 360 degrees, and the issue is particularly severe when I change the camera's viewing position. For example, when the camera is facing forward, and I switch it to facing backward, there is a high probability that the framerate will drop to 0, and it takes at least 5 seconds before it resumes playback. ![]() Thanks~ |
Beta Was this translation helpful? Give feedback.
-
Thank you for the details.
Is the camera switching happening in JS SDK or C SDK? If it is C SDK, how is it happening? Because a camera view switching would most likely require a SDP renegotiation in the application. Our SDKs internally do not support SDP renegotiation out of the box at the moment, and it would have to be an application specific implementation. |
Beta Was this translation helpful? Give feedback.
@bigbean17 ,
Thank you for the details.
Is the camera switching happening in JS SDK or C SDK? If it is C SDK, how is it happening? Because a camera view switching would most likely require a SDP renegotiation in the application. Our SDKs internally do not support SDP renegotiation out of the box at the moment, and it would have to be an application specific implementation.