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
Our team was seeing large amounts of issues with iOS and H264 after forcing to VP8 we seen no more reports from customers.
As a workaround we patched the SDK to force vp8 as codec to the detriment of energy usage.
Is there any other workaround / safari bug that drives this?
through our own testing, on differing iPhone models ( but not exactly sure which, because we hadn't fingerprinted the devices in logs ), we were seeing errors with black video on both user side and proctor side, or in some cases even the browser crashing. Many reports from our CS team with bad video in sessions and failures. Through trial and error and logs, came to the realization that it could be something related to the h264 codec ( unsure where exactly in the pipeline, but likely in hardware encoder/webrtc side of Safari ).
Another comment from internal team:
I think this is the same issue that we identified with you guys back when 15.1 and 15.2 came out. H.264 appears to still be broken in iOS 15.5.
Video Frame Processor sends black or red images in Safari 15 due to a bug in canvas.captureStream (Safari 15 bug). For a temporary workaround, you can copy the output content in VideoFrameProcessor.process method to another canvas and use that canvas to render the output video as seen in #1758.
What happened and what did you expect to happen?
Hello,
Our team was seeing large amounts of issues with iOS and H264 after forcing to VP8 we seen no more reports from customers.
As a workaround we patched the SDK to force vp8 as codec to the detriment of energy usage.
Is there any other workaround / safari bug that drives this?
Another comment from internal team:
is this the same as this?
#1059
Have you reviewed our existing documentation?
Reproduction steps
Setup chime video call between peers. (will add more technical details when i get a hold of the SME)
Amazon Chime SDK for JavaScript version
3.3.0
What browsers are you seeing the problem on?
Safri
Browser version
varies
Meeting and Attendee ID Information.
No response
Browser console logs
Can't provide
The text was updated successfully, but these errors were encountered: