Commit baf42c66 authored by Benjamin Pracht's avatar Benjamin Pracht

don't forget to add options to *ppsz_sout_options[] (so that ca, crt, etc.....

don't forget to add options to  *ppsz_sout_options[] (so that ca, crt, etc.. are also available using http{ca=...,crt=...} in the sout chain...

parent d589ca22
......@@ -99,7 +99,7 @@ vlc_module_end();
* Exported prototypes
*****************************************************************************/
static const char *ppsz_sout_options[] = {
"user", "pwd", "mime", NULL
"user", "pwd", "mime", "cert", "key", "ca", "crl", NULL
};
static int Write( sout_access_out_t *, block_t * );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment