Closed linkmauve closed 3 years ago
This means that gstreamer's RTPHeaderExtension::create_from_uri
is failing.
Which version of gstreamer are you using?
Ah, I’m still on Gstreamer 1.19.2-r93777 commit 2853c085c7 and related -base and -bad plugins (all of which I built the day you contacted me, one or two weeks ago), I’ll try updating to latest master.
1.19.2 should be OK (it's what I'm testing with, via the nix environment described in shell.nix
). Is it possible that you somehow didn't build with RTP header extension support? Not sure whether that is possible.
I actually missed the gst-plugins-good from master, I was still using 1.18 so this element wasn’t present…
Now that I built all the relevant plugins in their latest version, I can finally receive remote participants streams (yay!) but sending my own now fails. I’ll debug it for a bit and open another issue if I can’t figure it/fix it on my own, thanks again!
Hi, thanks for this piece of software!
After #8, #9 and #10, gst-meet now properly joins the room, to finish with this panic:
If I comment out the auto-header-extension code in jingle.rs, it doesn’t panic and I can see and hear myself in the web!