GNOME Bugzilla – Bug 730228
stream: add signals for new RTP/RTCP encoders
Last modified: 2014-05-16 14:56:56 UTC
It might be that the user needs to use a different key than the random one generated by the SRTP elements (i.e. one generated by gnutls). It might be also useful to configure other possible encoder settings.
Created attachment 276639 [details] [review] add new encoder signals
I removed the default signal handlers to avoid ABI breakage and they are not really used anyway. commit 17322693f66a7e2b7b37f79a12618d6eea6e12cf Author: Aleix Conchillo Flaqué <aleix@oblong.com> Date: Thu May 15 18:15:04 2014 -0700 stream: add signals for new RTP/RTCP encoders New signals to allow the user to configure the dynamically created encoders. https://bugzilla.gnome.org/show_bug.cgi?id=730228