[Bug 765027] critical warning in rtspsrc when doing srtp
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Apr 15 00:42:14 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=765027
--- Comment #4 from Aleix Conchillo FlaquƩ <aconchillo at gmail.com> ---
Created attachment 326057
--> https://bugzilla.gnome.org/attachment.cgi?id=326057&action=edit
allow srtp or srtcp
According to the RFC:
https://tools.ietf.org/html/rfc3830#section-6.10.1
only one algorithm can be given for encryption or authentication.
gst_mikey_message_new_from_caps is generic for both SRTP and SRTCP and assumes
encryption and authentication are enabled.
This patch doesn't require all fields to be passed. It allows passing
srtp-cipher and srtp-auth or srtcp-cipher and srtcp-auth. It also allows
passing all four, in which case the srtp params are preferred.
--
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