GNOME Bugzilla – Bug 722866
rtspsrc: add rtpjitterbuffer do-retransmission property
Last modified: 2014-01-24 15:28:36 UTC
Simply add the do-retransmission property from rtpjitterbuffer so we can play with the new RTP RTX elements in rtspsrc.
Created attachment 267081 [details] [review] add do-retransmission property Make rtpjitterbuffer do-retransmission property available in rtspsrc.
commit 9f7b1128b1f00a2b87a232ff890867549ab95ba5 Author: Aleix Conchillo Flaqué <aleix@oblong.com> Date: Thu Jan 23 15:17:58 2014 -0800 rtspsrc: Proxy rtpjitterbuffer do-retransmission property https://bugzilla.gnome.org/show_bug.cgi?id=722866
Why do you have a property to rtspsrc? Shouldn't it just automatically turn it on if the RTX codecs are in the SDP ?
Do you want to always enable it if it's in the SDP? Maybe this should be an enum with an "auto" mode instead?
Let's not do this, it should 1) be automatically 2) we can't just keep on proxying these jitterbuffer properties. I would rather have a new-rtpbin signal that notifies you when an rtpbin was added and then you can configure the RTX elements and the jitterbuffer properties (with the new-jitterbuffer signal).
commit 43feb82feb30192ca973949502d81318fb0ca9a7 Author: Wim Taymans <wtaymans@redhat.com> Date: Fri Jan 24 10:21:11 2014 +0100 rtspsrc: add signal to notify of new manager So that you can configure and connect to signals on the rtpbin. See https://bugzilla.gnome.org/show_bug.cgi?id=722866
(In reply to comment #5) > Let's not do this, it should 1) be automatically 2) we can't just keep on > proxying these jitterbuffer properties. > > I would rather have a new-rtpbin signal that notifies you when an rtpbin was > added and then you can configure the RTX elements and the jitterbuffer > properties (with the new-jitterbuffer signal). Much better. Thanks! Marking as resolved.