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 have implemented video and audio calls using WebRTC. It works fine for iOS <-> iOS and Android <-> Android. However, when a user calls from Android to iOS and turns the video on and off five times, the remote video freezes on the iOS device the sixth time. I am using video capture with Width: 854, Height: 480, and FPS: 30.
When I change the video capture settings to Width: 300, Height: 300, and FPS: 30, it works, but the video freezes on the 17th attempt. How can I fix this issue?
Has anyone faced similar issues? Any inputs?
thanks in advances.
The text was updated successfully, but these errors were encountered:
sainath96
changed the title
The remote video on the iOS mobile freezes for the 5th or 6th time only when I make a call from an Android Redmi mobile.
Video Freezing on iOS When Calling from Android and Changing Dimensions.
Feb 7, 2025
I have implemented video and audio calls using WebRTC. It works fine for iOS <-> iOS and Android <-> Android. However, when a user calls from Android to iOS and turns the video on and off five times, the remote video freezes on the iOS device the sixth time. I am using video capture with Width: 854, Height: 480, and FPS: 30.
When I change the video capture settings to Width: 300, Height: 300, and FPS: 30, it works, but the video freezes on the 17th attempt. How can I fix this issue?
Has anyone faced similar issues? Any inputs?
thanks in advances.
The text was updated successfully, but these errors were encountered: