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
fix(build): link SimulcastEncoderAdapter for video encoding support
BuiltinVideoEncoderFactory::CreateVideoEncoder() constructs a
SimulcastEncoderAdapter (builtin_video_encoder_factory.cc:45), but
librtc_simulcast_encoder_adapter.a was never linked into the final
binary. The constructor symbol resolved to 0x0, causing a segfault
on the EncoderQueue when sending video frames through a negotiated
peer connection.
Found via `nm -g wrtc.node | grep "U "` which showed a single
undefined webrtc symbol: SimulcastEncoderAdapterC1.
0 commit comments