ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.35k stars 413 forks source link

Problems with decoding frames on iOS from Chrome #89

Closed vpoddubchak closed 7 years ago

vpoddubchak commented 7 years ago

When I connect iOS client to the room with Chrome client in it, sometimes I see errors: (h264_video_toolbox_decoder.cc:62): Failed to decode frame. Status: -12909 on the iOS side. In this time receiving video from Chrome is freezing. Looks like iOS HW h.264 decoder sometimes can't decode samples from Chrome. Chrome 57. WebRTC is the latest.

If use Firefox instead of Chrome it works fine.