-
Notifications
You must be signed in to change notification settings - Fork 28
Description
I did some more testing with the setup described here: #6, so simulcast on with bwe turned off, and recv-video-height=720.
With ideal network conditions it works fine, but breaks (in a weird way) when introducing for example 5% packet loss between the client and JVB. I mean the pipeline is still going, frame pacing is fine, no stutters (so to some degree RTX is working?) and I do get lots of activity in GST_DEBUG logs like: rtpsession request NACK for SSRC (and here goes SSRC of 180p layer), append NACK with deadline and rtpjitterbuffer Add RTX timer. But after decoding the vp8 stream random motion, macroblock artifacts are clearly visible. After turning simulcast off the problem is gone.
I wonder technically why does it happen and if it's a known issue due to some RTX/simulcast functionality missing? Maybe gst-meet is receiving reransmissions for the wrong RTP layer, ssrc? It usually starts with the 180p quality with its ssrc and then switches up to 720p after a few seconds. The artifacts are persistent and never go away, unless the packet loss is 0%.
Pipeline as follows: ./gst-meet --verbose --web-socket-url=wss://srv/xmpp-websocket --last-n=1 --single-endpoint=<eid> --select-endpoints=<eid> --xmpp-domain=<domain>--focus-jid=focus.meet.jitsi --muc-domain=muc.meet.jitsi --recv-video-height=720 --room-name=<room> --recv-pipeline-participant-template="vp8dec name="video" ! videoconvert ! autovideosink"