I’m trying to run the “simple-whip-client” https://github.com/meetecho/simple-whip-client.However, it reported the error of “libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported”. How can I make gstreamer to use libsoup3 instead of 2? I’ve already installed libsoup3.
I’m currently using the newest jetpack version. I noticed that the version of gstreamer I have is 1.20. The release notes of it says that it could automatically detect the libsoup version used in a process to make them able to coexist. But in this my case it seems like it is not selecting the correct version, even though the libsoup3 was installed.