fixed hls key path

This commit is contained in:
Roman Arutyunyan 2014-08-31 14:48:48 +04:00
parent 773336e497
commit 2f82fa2e8e

View file

@ -2359,7 +2359,7 @@ ngx_rtmp_hls_merge_app_conf(ngx_conf_t *cf, void *parent, void *child)
}
conf->slot->manager = ngx_rtmp_hls_cleanup;
conf->slot->name = conf->path;
conf->slot->name = conf->keys_path;
conf->slot->data = cleanup;
conf->slot->conf_file = cf->conf_file->file.name.data;
conf->slot->line = cf->conf_file->line;