From 56389b68fda17f238e5fe0ff9173e2af009ca520 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Mon, 1 Sep 2014 08:59:17 -0700 Subject: [PATCH] Updated Directives (markdown) --- Directives.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Directives.md b/Directives.md index e90ef15..78e867e 100644 --- a/Directives.md +++ b/Directives.md @@ -1246,9 +1246,9 @@ Context: rtmp, server, application Sets the directory where auto-generated HLS keys are saved. Key files have `.key` extension and pseudo-random 16-byte content -created with the OpenSSL `RAND_bytes` routine. -If the directory does not exist it will be created. -By default `hls_path` directory is used for key files. +created with the OpenSSL `RAND_bytes()` routine. +If the directory does not exist it's created in runtime. +By default, `hls_path` directory is used for key files. Remember however you should normally restrict access to the key files which is easier when these files are stored separately from playlist and fragments.