[vlc-devel] [PATCH v2 0/4] SRT: support encrypted stream
Justin Kim
justin.kim at collabora.com
Sat Nov 25 16:27:38 CET 2017
This patch is fixes for the previous work.
Although Hugo recommended using dialog API for passphrase,
I found that the api provides user/password fields, and I can't
open the dialog with only password field. If I use dialog API,
user can see username field, but SRT modules should ignore
the input value of the field.
Therefore, I propose this patch which just adds password property
and stores passphrase in config file, rather than using dialog API.
I might miss some points of dialog API.
Please give me advices if I am wrong.
Justin Kim (4):
access: srt: remove unused variable
access_output: srt: suppress warnings by unused variable and parameter
access: srt: add support stream encryption
access_output: srt: add support stream encryption
modules/access/srt.c | 32 +++++++++++++++++++++++++++++++-
modules/access_output/srt.c | 32 +++++++++++++++++++++++++++++++-
2 files changed, 62 insertions(+), 2 deletions(-)
--
2.15.0
More information about the vlc-devel
mailing list