GNOME Bugzilla – Bug 778080
Emit a signal when the SRTP decoder is created
Last modified: 2018-06-26 13:39:21 UTC
Created attachment 344783 [details] [review] rtsp-stream: Emit signal on SRTP decoder creation Having a reference to the SRTP decoder element makes it possible to trigger re-keying on an ongoing SRTP stream i.e g_signal_emit_by_name (dec, “request-key”, ssrc). Also, true re-keying + MKI support will be probably introduced in libs/srtp2 version 2.1.0
(In reply to ulfo from comment #0) > Created attachment 344783 [details] [review] [review] > rtsp-stream: Emit signal on SRTP decoder creation > > Having a reference to the SRTP decoder element makes it possible to trigger > re-keying > on an ongoing SRTP stream i.e g_signal_emit_by_name (dec, “request-key”, > ssrc). Why would that be useful? Rekeying happens automatically when needed AFAIU. > Also, true re-keying + MKI support will be probably introduced in libs/srtp2 > version 2.1.0 What would be needed here then, and what does "true" re-keying (and MKI) mean as compared to what is there now?
Comment on attachment 344783 [details] [review] rtsp-stream: Emit signal on SRTP decoder creation Looks good otherwise, but some explanation is needed :)
commit 4d25e04bd75314e2433977490856bc58187edd31 (HEAD -> master) Author: Ulf Olsson <ulfo@axis.com> Date: Wed Feb 1 09:44:50 2017 +0100 rtsp-stream: Emit a signal when the SRTP decoder is created https://bugzilla.gnome.org/show_bug.cgi?id=778080