mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
fixed hls key path
This commit is contained in:
@ -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->manager = ngx_rtmp_hls_cleanup;
|
||||||
conf->slot->name = conf->path;
|
conf->slot->name = conf->keys_path;
|
||||||
conf->slot->data = cleanup;
|
conf->slot->data = cleanup;
|
||||||
conf->slot->conf_file = cf->conf_file->file.name.data;
|
conf->slot->conf_file = cf->conf_file->file.name.data;
|
||||||
conf->slot->line = cf->conf_file->line;
|
conf->slot->line = cf->conf_file->line;
|
||||||
|
Reference in New Issue
Block a user