meetecho / simple-whip-client

Simple WHIP Client (based on GStreamer's webrtcbin)
GNU General Public License v3.0
66 stars 18 forks source link

Using libsoup2 and libsoup3 in the same process is not supported #20

Closed bigbean17 closed 2 weeks ago

bigbean17 commented 2 weeks ago

Hi,

I've checked the previous post relate to this issue, it seems had been fix, but I'm still getting this error. I'm using Ubuntu 22.04, here is what I did

Any help would be appreciated. Thank you!

lminiero commented 2 weeks ago

That's because the gstreamer you're using uses libsoup2.

bigbean17 commented 2 weeks ago

Hi @lminiero , would you please suggest a solution for this? I've tried to upgrade my gstreamer to 1.24 (the newest version) but still getting the same error. Thank you