-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera is glitch on iOS 15.4 #372
Comments
您好,我已收到您的邮件,感谢您对我的支持!香港回复
|
Having the same issue on iOS 15.4. Tried several changes in the videoMaxBitRate, videoBitRate, videoFrameRate, videoMaxKeyframeInterval but nothing seems to work. Any help would be greatly appreciated. |
I found the solution, below is the fix for iOS 14.5 for those who need it. Open file LFHardwareVideoEncoder, search function resetCompressionSession then change kVTCompressionPropertyKey_AllowFrameReordering to
It will work. Good luck |
Thank you @noho501 this works!!! |
@noho501 Thank you. It really works!!! |
It works. @noho501 you're awesome. |
您好,我已收到您的邮件,感谢您对我的支持!香港回复
|
@noho501 If I added this changes in LFHardwareVideoEncoder.m file then water mark view is not visible to viewers. Is there any solution for this ? |
@vignesh2340 The watermark still working for me. |
@noho501 For me it is happening again in 15.5 and 15.6 |
Any help here on this issue ? |
您好,我已收到您的邮件,感谢您对我的支持!香港回复
|
@rajdegpeg could you show me the problem? I don't have this problem on ios 15.5 and 15.6 |
Working now |
This is great and it seems to still work. |
您好,我已收到您的邮件,感谢您对我的支持!香港回复
|
Anyone can help me how to resolve this issue on iOS 15.4? here is the test video https://www.youtube.com/watch?v=i8nthuST464
The text was updated successfully, but these errors were encountered: