[Bug 740683] rtspsrc: add retransmission handling for rtp

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 29 14:07:32 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=740683
  GStreamer | gst-plugins-good | git

Olivier CrĂȘte <olivier.crete> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #4 from Olivier CrĂȘte <olivier.crete at ocrete.ca> 2014-11-29 22:07:28 UTC ---
(In reply to comment #3)
> (In reply to comment #2)
> > ::: gst/rtsp/gstrtspsrc.c
> > @@ +198,3 @@
> >  #define DEFAULT_TLS_VALIDATION_FLAGS     G_TLS_CERTIFICATE_VALIDATE_ALL
> >  #define DEFAULT_TLS_DATABASE     NULL
> > +#define DEFAULT_DO_RETRANSMISSION        FALSE
> > 
> > Any reason to default to false?
> 
> Because we override the request-aux-receiver signal and the application might
> want to do its own thing with that signal.

Maybe we could use g_signal_connect_after(), so it will use any external
override first and the internal one only if no external one is connected?

Making is the detault would be a big advantage for all of the playbin users.

> There's also rdt in -ugly that might be used which doesn't support the
> request-aux-receiver signal.

But that would trigger the "transport->trans != GST_RTSP_TRANS_RTP" on the
previous line.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list