-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
Observation:
- https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/blob/1.18/ext/webrtc/gstwebrtcbin.c#L5310 is reached,
- https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/blob/1.18/ext/webrtc/gstwebrtcbin.c#L5324 is never reached.
So have_rtx=False, so transport_stream_get_pt (stream, "RTX") == 0 in our case, which is wrong.
We want RTX for frame retransmission. I tried forcing it with a rtprtxsend before the webrtcbin but it was an ugly and non-working hack.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested