Closed
Description
Thanks for your great work!
I am using libwebrtc.dll
into a WPF C# project, works great when rendering my internal camera from my PC,
but when I try to render my remote video I got "Access Violation" exception in file rtc_video_frame_impl.cc
.
Notice: everything back to normal(no crash) after I comment out USE_INTEL_MEDIA_SDK
in file rtc_peerconnection_factory_impl.cc
.
Here is what I found, while using Intel-Media SDK to decode video steam, it produces owt::base::NativeHandleBuffer
(which is webrtc::VideoFrameBuffer::Type::kNative
) rather than webrtc::VideoFrameBuffer::Type::kI420
, so if call buffer_->GetI420()
it will return nullptr
which led to crash.
Metadata
Metadata
Assignees
Labels
No labels