mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
post static pull initialization to rtmp init queue
This commit is contained in:
@ -1592,7 +1592,7 @@ ngx_rtmp_relay_init_process(ngx_cycle_t *cycle)
|
||||
rs->cctx = *lst->ctx;
|
||||
rs->cctx.app_conf = cacf->app_conf;
|
||||
|
||||
ngx_post_event(event, &ngx_posted_events);
|
||||
ngx_post_event(event, &ngx_rtmp_init_process_events);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user