avstack / gst-meet

Connect GStreamer pipelines to Jitsi Meet conferences
Apache License 2.0
70 stars 25 forks source link

Delay pinger on stream bind #44

Closed linkmauve closed 2 years ago

linkmauve commented 2 years ago

Given the serial state machine implemented by lib-gst-meet, it was expecting an answer to the extdisco:2 iq but got a pong, and wrongly assumed no STUN/TURN candidates were exposed by the server.

A much better solution would be to match on the iq id as well, but this will do as a workaround.

jbg commented 2 years ago

Thanks, lgtm. I agree keeping track of IQ IDs would be much better.