Am 14.08.19 um 14:31 schrieb Aaron Boxer:
> @@ -101,6 +105,7 @@ static const AVOption libsrt_options[] = {
>      { "maxbw",          "Maximum bandwidth (bytes per second) that the 
> connection can use",     OFFSET(maxbw),            AV_OPT_TYPE_INT64,    { 
> .i64 = -1 }, -1, INT64_MAX, .flags = D|E },
>      { "pbkeylen",       "Crypto key len in bytes {16,24,32} Default: 16 
> (128-bit)",             OFFSET(pbkeylen),         AV_OPT_TYPE_INT,      { 
> .i64 = -1 }, -1, 32,        .flags = D|E },
>      { "passphrase",     "Crypto PBKDF2 Passphrase size[0,10..64] 0:disable 
> crypto",             OFFSET(passphrase),       AV_OPT_TYPE_STRING,   { .str = 
> NULL },              .flags = D|E },
> +    { "user_passphrase_list", "Comma separated list users and passphrases, 
> of form usrr1=pass1,usr2=pass2,...", OFFSET(user_passphrase_list),       
> AV_OPT_TYPE_STRING,   { .str = NULL },              .flags = D|E },


There is a typo at usrr1.

How can a password containing comma or equal sign be specified?


Matthias

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to