owt-deps-webrtc
owt-deps-webrtc copied to clipboard
This repo contains the upstream webrtc stack code, with updates for Open WebRTC Toolkit.
when " build libwebrtc for OWT Android SDK with scripts/build_android.py " error, 无法生存文件obj/third_party/webrtc/rtc_base/logging/logging.o ` building libjingle_peerconnection_so for arm release ninja: Entering directory `/home/hou/chromium/src/out/releasearm' [6/929] CXX obj/third_party/webrtc/rtc_base/logging/logging.o FAILED: obj/third_party/webrtc/rtc_base/logging/logging.o ` 错误原因是:...
原因是 h265进入后台会重置解码器,但是对方并没有发送关键帧过来,导致解码p帧失败。
If I change the script from `rtc_use_h265=false` to `rtc_use_h265=true`, I found the H265 decode is broken. I get the error message is "Missing video format. Frame with sps/pps required. "....
https://github.com/open-webrtc-toolkit/owt-deps-webrtc/blob/d0f5ba80c700b52262d08ff6b6e3b63650552387/modules/rtp_rtcp/source/video_rtp_depacketizer_h264.cc#L73 how can we judge this packet to be the first packet of a frame? it is just first packet of a NAL Same problem with h265