-
Notifications
You must be signed in to change notification settings - Fork 184
FPS fluctuations in stream after updating to iOS 15.4 #589
Comments
Recommendations? Linux? Windows? Android? Harmony OS? or keep a version that is working from Apple. Have you tried reporting this to the closed-source vendor Apple? What was their response? They run locked-down proprietary code, and most likely screwed something up in their code, so it should be on them to diagnose and fix their stuff, or pinpoint why it fails on their OS and not on other OSes. |
Hi there! combined: Maybe this problem is related to this thread https://developer.apple.com/forums/thread/702891 ? Cheers! |
Hello, someone at the apple forums thread has posted, that the behavior might be related to frames, having the same presentation timestamp:
Source: https://developer.apple.com/forums/thread/702891?answerId=709669022#709669022 Unfortunately we were not able to find the place, to get the frame's meta data and manipulate it, to ensure, that there are no frames with the same presentation timestamp. Is there someone who knows, which file to edit, in order to get this fixed? Cheers! |
Hi @jianjunz , thank you very much, we'll give it a try...! |
Hi @jianjunz,
Can you confirm, that you are having the same problem on an ios device with ios 15.4 or 15.4.1? |
Hi @PonyHugger, @jianjunz
I also checked the presentation timestamp, and it looks pretty fine; here, you can see the WebRTC logs in a frame-dropping season that we got in the debug schema. The timestamps before and after dropping look ok, and the frame dropping season started with "Reporting high QP", Do you have any suggestions to fix it @jianjunz
|
I have the same problem。the video frame fps is very low,because webrtc drops a lot of frames。
RTCVideoEncoderH264.mm
|
Hello! @rouzbeh-abadi, thanks for your feedback! @zzw315, thank you very much! We'll give it a try! |
@zzw315 let h264Parameters: OWTVideoCodecParameters = OWTVideoCodecParameters() What should I put in there? For baseline3.3 or highline5.1 ? |
Hi,
After updating the iOS and iPadOS to 15.4 from 15.3.1, the FPS occasionally drops to a very low value for a second and then goes back up to near 30 fps, making streaming very laggy.
in iOS 15.3.1 everything works as expected:
Any recommendation?
The text was updated successfully, but these errors were encountered: