[Bug 790315] srt: add stream encryption support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 14 19:34:28 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=790315

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #363557|none                        |needs-work
             status|                            |

--- Comment #3 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Review of attachment 363557:
 --> (https://bugzilla.gnome.org/review?bug=790315&attachment=363557)

::: ext/srt/gstsrt.c
@@ +82,3 @@
+  if (passphrase != NULL && passphrase[0] != '\0') {
+    srt_setsockopt (sock, 0, SRTO_PASSPHRASE, passphrase, strlen
(passphrase));
+    srt_setsockopt (sock, 0, SRT_PBKEYLEN, &key_length, sizeof (int));

SRTO_PBKEYLEN

-- 
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