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
When our device receives audio (no video), the delay may reach 2.2 seconds gradually within 15 minutes. We meansure the delay of the RtcOnFrame callback registered via transceiverOnFrame(). Our handling of the audio frame is in another thread so it would not block receiving audio. From onFrameDroppedFunc() warnings, there were only 14 frames dropped, which is just 280ms.
Could you guide us on find out where the issue is? We already tried to change DEFAULT_JITTER_BUFFER_MAX_LATENCY to 100ms, but no help. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When our device receives audio (no video), the delay may reach 2.2 seconds gradually within 15 minutes. We meansure the delay of the RtcOnFrame callback registered via transceiverOnFrame(). Our handling of the audio frame is in another thread so it would not block receiving audio. From onFrameDroppedFunc() warnings, there were only 14 frames dropped, which is just 280ms.
Could you guide us on find out where the issue is? We already tried to change DEFAULT_JITTER_BUFFER_MAX_LATENCY to 100ms, but no help. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions