How to fix black screen when call is answered and loss packs on H264
问题 I am developing VOIP app using linphone IOS/Android library. Basically I used OpenH264 video codec. When call is answered, both side saw black screen. After long time, both size can see the video each other. When I see the log, there are many packets loss so that First frame can not be decoded. At LinphoneCallStreamsRunning, I called FIR (linphone_call_send_vfu_request) request but not helped. Is there any config for OpenH264 video codec? I want to see the video as soon as accept call. Thank