mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
enabled static relay cleanup to fix static_relay+auto_push combination
This commit is contained in:
@ -1335,7 +1335,6 @@ ngx_rtmp_relay_close(ngx_rtmp_session_t *s)
|
|||||||
|
|
||||||
if (s->static_relay) {
|
if (s->static_relay) {
|
||||||
ngx_add_timer(ctx->static_evt, racf->pull_reconnect);
|
ngx_add_timer(ctx->static_evt, racf->pull_reconnect);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ctx->publish == NULL) {
|
if (ctx->publish == NULL) {
|
||||||
|
Reference in New Issue
Block a user