post static pull initialization to rtmp init queue

This commit is contained in:
Roman Arutyunyan 2013-02-01 17:25:44 +04:00
parent 2741432356
commit 8c39b37131

View file

@ -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);
}
}
}