Has anyone tried running the webrtc examples on Windows, compiled with VS2022 (GStreamer 1.24.8)? I am getting runtime errors like this:
ERROR from element nicesrc1: Internal data stream error.
Debugging info: ../libs/gst/base/gstbasesrc.c(3177): gst_base_src_loop (): /GstPipeline:pipeline0/GstWebRTCBin:recv/TransportReceiveBin:transportreceivebin1/GstNiceSrc:nicesrc1:
streaming stopped, reason not-linked (-1)
Pipeline stopped
I’m trying to debug an issue I’m seeing in Windows where despite destroying webrtcbin
(confirmed ref count is 0 on unref), none of the ports it opened actually close until the application (a windows service) exits.